Html Css Color HEX #CF811C Ochre

📋 copy color: '#CF811C'

red 207 ◦ green 129 ◦ blue 28

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

Shades of Ochre #CF811C

Tints of Ochre #CF811C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 28 (11.33% from 255) = 7.69%

R = 56.87%
G = 35.44%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF811C (or 0xCF811C) is known color: Ochre. HEX triplet: CF, 81 and 1C. RGB value is (207,129,28). Sum of RGB (Red+Green+Blue) = 207+129+28=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811C is #307EE3. Grayscale: #8D8D8D. Windows color (decimal): -3178212 or 1868239. OLE color: 1868239.

HSL color Cylindrical-coordinate representation of color #CF811C: hue angle of 33.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF811C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 28 -
CMYK 0 0.38 0.86 0.19
HSL 33.85º 0.76% 0.46% -
HSV(B) 33.85º 0.86% 0.81% -
XYZ 33.79 29.05 4.92 -
YUV 140.81 64.34 175.21 -
System Red Green Blue C M Y K H S L
Decimal 207 129 28 0 0.38 0.86 0.19 33.85 0.76 0.46
Hex CF 81 1C 0 26 56 13 22 4C 2E
Octal 317 201 34 0 46 126 23 42 114 56
Binary 11001111 10000001 11100 0 100110 1010110 10011 100010 1001100 101110

Color Harmonies of #CF811C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF811C

Black with #CF811C

Text Example


Text Example

White with #CF811C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF811C; }

 p { color: rgb(207,129,28); }

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

background-color css

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

 a { background-color: rgb(207,129,28); }

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

border-color css

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

 span { border-color: rgb(207,129,28); }

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