Html Css Color HEX #CF8416 Ochre

📋 copy color: '#CF8416'

red 207 ◦ green 132 ◦ blue 22

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

Shades of Ochre #CF8416

Tints of Ochre #CF8416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 57.34%
G = 36.57%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF8416 (or 0xCF8416) is known color: Ochre. HEX triplet: CF, 84 and 16. RGB value is (207,132,22). Sum of RGB (Red+Green+Blue) = 207+132+22=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8416 is #307BE9. Grayscale: #8E8E8E. Windows color (decimal): -3177450 or 1475791. OLE color: 1475791.

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

Color convert

RGB 207 132 22 -
CMYK 0 0.36 0.89 0.19
HSL 35.68º 0.81% 0.45% -
HSV(B) 35.68º 0.89% 0.81% -
XYZ 34.13 29.83 4.72 -
YUV 141.89 60.35 174.44 -
System Red Green Blue C M Y K H S L
Decimal 207 132 22 0 0.36 0.89 0.19 35.68 0.81 0.45
Hex CF 84 16 0 24 59 13 24 51 2D
Octal 317 204 26 0 44 131 23 44 121 55
Binary 11001111 10000100 10110 0 100100 1011001 10011 100100 1010001 101101

Color Harmonies of #CF8416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8416

Black with #CF8416

Text Example


Text Example

White with #CF8416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8416; }

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

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

background-color css

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

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

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

border-color css

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

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

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