Html Css Color HEX #CF8616 Ochre

📋 copy color: '#CF8616'

red 207 ◦ green 134 ◦ blue 22

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

Shades of Ochre #CF8616

Tints of Ochre #CF8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 57.02%
G = 36.91%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF8616 (or 0xCF8616) is known color: Ochre. HEX triplet: CF, 86 and 16. RGB value is (207,134,22). Sum of RGB (Red+Green+Blue) = 207+134+22=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8616 is #3079E9. Grayscale: #8F8F8F. Windows color (decimal): -3176938 or 1476303. OLE color: 1476303.

HSL color Cylindrical-coordinate representation of color #CF8616: hue angle of 36.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF8616 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 22 -
CMYK 0 0.35 0.89 0.19
HSL 36.32º 0.81% 0.45% -
HSV(B) 36.32º 0.89% 0.81% -
XYZ 34.4 30.37 4.81 -
YUV 143.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 207 134 22 0 0.35 0.89 0.19 36.32 0.81 0.45
Hex CF 86 16 0 23 59 13 24 51 2D
Octal 317 206 26 0 43 131 23 44 121 55
Binary 11001111 10000110 10110 0 100011 1011001 10011 100100 1010001 101101

Color Harmonies of #CF8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8616

Black with #CF8616

Text Example


Text Example

White with #CF8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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