Html Css Color HEX #CF7A09 Ochre

📋 copy color: '#CF7A09'

red 207 ◦ green 122 ◦ blue 9

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

Shades of Ochre #CF7A09

Tints of Ochre #CF7A09

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 61.24%
G = 36.09%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7A09 (or 0xCF7A09) is known color: Ochre. HEX triplet: CF, 7A and 09. RGB value is (207,122,9). Sum of RGB (Red+Green+Blue) = 207+122+9=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A09 is #3085F6. Grayscale: #878787. Windows color (decimal): -3180023 or 621263. OLE color: 621263.

HSL color Cylindrical-coordinate representation of color #CF7A09: hue angle of 34.24º 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 #CF7A09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 9 -
CMYK 0 0.41 0.96 0.19
HSL 34.24º 0.92% 0.42% -
HSV(B) 34.24º 0.96% 0.81% -
XYZ 32.74 27.2 3.78 -
YUV 134.53 57.16 179.69 -
System Red Green Blue C M Y K H S L
Decimal 207 122 9 0 0.41 0.96 0.19 34.24 0.92 0.42
Hex CF 7A 9 0 29 60 13 22 5C 2A
Octal 317 172 11 0 51 140 23 42 134 52
Binary 11001111 1111010 1001 0 101001 1100000 10011 100010 1011100 101010

Color Harmonies of #CF7A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A09

Black with #CF7A09

Text Example


Text Example

White with #CF7A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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