Html Css Color HEX #CF8312 Ochre

📋 copy color: '#CF8312'

red 207 ◦ green 131 ◦ blue 18

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

Shades of Ochre #CF8312

Tints of Ochre #CF8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 58.15%
G = 36.8%
B = 5.06%

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

#CF8312 (or 0xCF8312) is known color: Ochre. HEX triplet: CF, 83 and 12. RGB value is (207,131,18). Sum of RGB (Red+Green+Blue) = 207+131+18=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8312 is #307CED. Grayscale: #8D8D8D. Windows color (decimal): -3177710 or 1213391. OLE color: 1213391.

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

Color convert

RGB 207 131 18 -
CMYK 0 0.37 0.91 0.19
HSL 35.87º 0.84% 0.44% -
HSV(B) 35.87º 0.91% 0.81% -
XYZ 33.96 29.54 4.48 -
YUV 140.84 58.68 175.19 -
System Red Green Blue C M Y K H S L
Decimal 207 131 18 0 0.37 0.91 0.19 35.87 0.84 0.44
Hex CF 83 12 0 25 5B 13 24 54 2C
Octal 317 203 22 0 45 133 23 44 124 54
Binary 11001111 10000011 10010 0 100101 1011011 10011 100100 1010100 101100

Color Harmonies of #CF8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8312

Black with #CF8312

Text Example


Text Example

White with #CF8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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