Html Css Color HEX #CF8210 Ochre

📋 copy color: '#CF8210'

red 207 ◦ green 130 ◦ blue 16

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

Shades of Ochre #CF8210

Tints of Ochre #CF8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 58.64%
G = 36.83%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF8210 (or 0xCF8210) is known color: Ochre. HEX triplet: CF, 82 and 10. RGB value is (207,130,16). Sum of RGB (Red+Green+Blue) = 207+130+16=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8210 is #307DEF. Grayscale: #8C8C8C. Windows color (decimal): -3177968 or 1082063. OLE color: 1082063.

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

Color convert

RGB 207 130 16 -
CMYK 0 0.37 0.92 0.19
HSL 35.81º 0.86% 0.44% -
HSV(B) 35.81º 0.92% 0.81% -
XYZ 33.81 29.27 4.36 -
YUV 140.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 207 130 16 0 0.37 0.92 0.19 35.81 0.86 0.44
Hex CF 82 10 0 25 5C 13 24 56 2C
Octal 317 202 20 0 45 134 23 44 126 54
Binary 11001111 10000010 10000 0 100101 1011100 10011 100100 1010110 101100

Color Harmonies of #CF8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8210

Black with #CF8210

Text Example


Text Example

White with #CF8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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