Html Css Color HEX #CF8813 Ochre

📋 copy color: '#CF8813'

red 207 ◦ green 136 ◦ blue 19

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

Shades of Ochre #CF8813

Tints of Ochre #CF8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 57.18%
G = 37.57%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF8813 (or 0xCF8813) is known color: Ochre. HEX triplet: CF, 88 and 13. RGB value is (207,136,19). Sum of RGB (Red+Green+Blue) = 207+136+19=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8813 is #3077EC. Grayscale: #909090. Windows color (decimal): -3176429 or 1280207. OLE color: 1280207.

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

Color convert

RGB 207 136 19 -
CMYK 0 0.34 0.91 0.19
HSL 37.34º 0.83% 0.44% -
HSV(B) 37.34º 0.91% 0.81% -
XYZ 34.65 30.92 4.76 -
YUV 143.89 57.52 173.01 -
System Red Green Blue C M Y K H S L
Decimal 207 136 19 0 0.34 0.91 0.19 37.34 0.83 0.44
Hex CF 88 13 0 22 5B 13 25 53 2C
Octal 317 210 23 0 42 133 23 45 123 54
Binary 11001111 10001000 10011 0 100010 1011011 10011 100101 1010011 101100

Color Harmonies of #CF8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8813

Black with #CF8813

Text Example


Text Example

White with #CF8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8813; }

 p { color: rgb(207,136,19); }

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

background-color css

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

 a { background-color: rgb(207,136,19); }

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

border-color css

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

 span { border-color: rgb(207,136,19); }

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