Html Css Color HEX #CF7609 Ochre

📋 copy color: '#CF7609'

red 207 ◦ green 118 ◦ blue 9

#CF7609
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF7609

Tints of Ochre #CF7609

RGB

 RED value IS 207 (81.25% from 255) = 61.98%

 GREEN value IS 118 (46.48% from 255) = 35.33%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 61.98%
G = 35.33%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7609 (or 0xCF7609) is known color: Ochre. HEX triplet: CF, 76 and 09. RGB value is (207,118,9). Sum of RGB (Red+Green+Blue) = 207+118+9=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7609 is #3089F6. Grayscale: #848484. Windows color (decimal): -3181047 or 620239. OLE color: 620239.

HSL color Cylindrical-coordinate representation of color #CF7609: hue angle of 33.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7609 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 9 -
CMYK 0 0.43 0.96 0.19
HSL 33.03º 0.92% 0.42% -
HSV(B) 33.03º 0.96% 0.81% -
XYZ 32.26 26.24 3.62 -
YUV 132.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 207 118 9 0 0.43 0.96 0.19 33.03 0.92 0.42
Hex CF 76 9 0 2B 60 13 21 5C 2A
Octal 317 166 11 0 53 140 23 41 134 52
Binary 11001111 1110110 1001 0 101011 1100000 10011 100001 1011100 101010

Color Harmonies of #CF7609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7609

Black with #CF7609

Text Example


Text Example

White with #CF7609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7609; }

 p { color: rgb(207,118,9); }

 H1.HeaderClassName
 {
   color: #CF7609;
 }
 .AnyTagClassName
 {
   color: #CF7609;
 }
</style>

background-color css

<style>
 a { background-color: #CF7609; }

 a { background-color: rgb(207,118,9); }

 div.DivClassName
 {
   background-color: #CF7609;
 }
 .BgClassName
 {
   background-color: #CF7609;
 }
</style>

border-color css

<style>
 span { border-color: #CF7609; }

 span { border-color: rgb(207,118,9); }

 td.TdClassName
 {
   border-color: #CF7609;
 }
 .TagClassName
 {
   border-color: #CF7609;
 }
</style>