Html Css Color HEX #CF8620 Ochre

📋 copy color: '#CF8620'

red 207 ◦ green 134 ◦ blue 32

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

Shades of Ochre #CF8620

Tints of Ochre #CF8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 55.5%
G = 35.92%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF8620 (or 0xCF8620) is known color: Ochre. HEX triplet: CF, 86 and 20. RGB value is (207,134,32). Sum of RGB (Red+Green+Blue) = 207+134+32=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8620 is #3079DF. Grayscale: #909090. Windows color (decimal): -3176928 or 2131663. OLE color: 2131663.

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

Color convert

RGB 207 134 32 -
CMYK 0 0.35 0.85 0.19
HSL 34.97º 0.73% 0.47% -
HSV(B) 34.97º 0.85% 0.81% -
XYZ 34.52 30.42 5.42 -
YUV 144.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 207 134 32 0 0.35 0.85 0.19 34.97 0.73 0.47
Hex CF 86 20 0 23 55 13 23 49 2F
Octal 317 206 40 0 43 125 23 43 111 57
Binary 11001111 10000110 100000 0 100011 1010101 10011 100011 1001001 101111

Color Harmonies of #CF8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8620

Black with #CF8620

Text Example


Text Example

White with #CF8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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