Html Css Color HEX #CC811B Ochre

📋 copy color: '#CC811B'

red 204 ◦ green 129 ◦ blue 27

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

Shades of Ochre #CC811B

Tints of Ochre #CC811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 56.67%
G = 35.83%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC811B (or 0xCC811B) is known color: Ochre. HEX triplet: CC, 81 and 1B. RGB value is (204,129,27). Sum of RGB (Red+Green+Blue) = 204+129+27=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC811B is #337EE4. Grayscale: #8C8C8C. Windows color (decimal): -3374821 or 1802700. OLE color: 1802700.

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

Color convert

RGB 204 129 27 -
CMYK 0 0.37 0.87 0.2
HSL 34.58º 0.77% 0.45% -
HSV(B) 34.58º 0.87% 0.8% -
XYZ 32.95 28.62 4.82 -
YUV 139.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 204 129 27 0 0.37 0.87 0.2 34.58 0.77 0.45
Hex CC 81 1B 0 25 57 14 23 4D 2D
Octal 314 201 33 0 45 127 24 43 115 55
Binary 11001100 10000001 11011 0 100101 1010111 10100 100011 1001101 101101

Color Harmonies of #CC811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC811B

Black with #CC811B

Text Example


Text Example

White with #CC811B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC811B; }

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

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

background-color css

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

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

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

border-color css

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

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

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