Html Css Color HEX #CF8212 Ochre

📋 copy color: '#CF8212'

red 207 ◦ green 130 ◦ blue 18

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

Shades of Ochre #CF8212

Tints of Ochre #CF8212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 58.31%
G = 36.62%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF8212 (or 0xCF8212) is known color: Ochre. HEX triplet: CF, 82 and 12. RGB value is (207,130,18). Sum of RGB (Red+Green+Blue) = 207+130+18=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8212 is #307DED. Grayscale: #8C8C8C. Windows color (decimal): -3177966 or 1213135. OLE color: 1213135.

HSL color Cylindrical-coordinate representation of color #CF8212: hue angle of 35.56º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8212 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 18 -
CMYK 0 0.37 0.91 0.19
HSL 35.56º 0.84% 0.44% -
HSV(B) 35.56º 0.91% 0.81% -
XYZ 33.82 29.27 4.44 -
YUV 140.26 59.01 175.61 -
System Red Green Blue C M Y K H S L
Decimal 207 130 18 0 0.37 0.91 0.19 35.56 0.84 0.44
Hex CF 82 12 0 25 5B 13 24 54 2C
Octal 317 202 22 0 45 133 23 44 124 54
Binary 11001111 10000010 10010 0 100101 1011011 10011 100100 1010100 101100

Color Harmonies of #CF8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8212

Black with #CF8212

Text Example


Text Example

White with #CF8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8212; }

 p { color: rgb(207,130,18); }

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

background-color css

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

 a { background-color: rgb(207,130,18); }

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

border-color css

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

 span { border-color: rgb(207,130,18); }

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