Html Css Color HEX #CC811F Ochre

📋 copy color: '#CC811F'

red 204 ◦ green 129 ◦ blue 31

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

Shades of Ochre #CC811F

Tints of Ochre #CC811F

RGB

 RED value IS 204 (80.08% from 255) = 56.04%

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

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 56.04%
G = 35.44%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC811F (or 0xCC811F) is known color: Ochre. HEX triplet: CC, 81 and 1F. RGB value is (204,129,31). Sum of RGB (Red+Green+Blue) = 204+129+31=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC811F is #337EE0. Grayscale: #8C8C8C. Windows color (decimal): -3374817 or 2064844. OLE color: 2064844.

HSL color Cylindrical-coordinate representation of color #CC811F: hue angle of 33.99º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC811F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 31 -
CMYK 0 0.37 0.85 0.2
HSL 33.99º 0.74% 0.46% -
HSV(B) 33.99º 0.85% 0.8% -
XYZ 33 28.64 5.08 -
YUV 140.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 204 129 31 0 0.37 0.85 0.2 33.99 0.74 0.46
Hex CC 81 1F 0 25 55 14 22 4A 2E
Octal 314 201 37 0 45 125 24 42 112 56
Binary 11001100 10000001 11111 0 100101 1010101 10100 100010 1001010 101110

Color Harmonies of #CC811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC811F

Black with #CC811F

Text Example


Text Example

White with #CC811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC811F; }

 p { color: rgb(204,129,31); }

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

background-color css

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

 a { background-color: rgb(204,129,31); }

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

border-color css

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

 span { border-color: rgb(204,129,31); }

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