Html Css Color HEX #CF8220 Ochre

📋 copy color: '#CF8220'

red 207 ◦ green 130 ◦ blue 32

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

Shades of Ochre #CF8220

Tints of Ochre #CF8220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 56.1%
G = 35.23%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8220 (or 0xCF8220) is known color: Ochre. HEX triplet: CF, 82 and 20. RGB value is (207,130,32). Sum of RGB (Red+Green+Blue) = 207+130+32=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8220 is #307DDF. Grayscale: #8E8E8E. Windows color (decimal): -3177952 or 2130639. OLE color: 2130639.

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

Color convert

RGB 207 130 32 -
CMYK 0 0.37 0.85 0.19
HSL 33.6º 0.73% 0.47% -
HSV(B) 33.6º 0.85% 0.81% -
XYZ 33.98 29.33 5.24 -
YUV 141.85 66.01 174.47 -
System Red Green Blue C M Y K H S L
Decimal 207 130 32 0 0.37 0.85 0.19 33.6 0.73 0.47
Hex CF 82 20 0 25 55 13 22 49 2F
Octal 317 202 40 0 45 125 23 42 111 57
Binary 11001111 10000010 100000 0 100101 1010101 10011 100010 1001001 101111

Color Harmonies of #CF8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8220

Black with #CF8220

Text Example


Text Example

White with #CF8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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