Html Css Color HEX #CC881B Ochre

📋 copy color: '#CC881B'

red 204 ◦ green 136 ◦ blue 27

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

Shades of Ochre #CC881B

Tints of Ochre #CC881B

RGB

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

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

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

R = 55.59%
G = 37.06%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC881B (or 0xCC881B) is known color: Ochre. HEX triplet: CC, 88 and 1B. RGB value is (204,136,27). Sum of RGB (Red+Green+Blue) = 204+136+27=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881B is #3377E4. Grayscale: #909090. Windows color (decimal): -3373029 or 1804492. OLE color: 1804492.

HSL color Cylindrical-coordinate representation of color #CC881B: hue angle of 36.95º 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 #CC881B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 136 27 -
CMYK 0 0.33 0.87 0.2
HSL 36.95º 0.77% 0.45% -
HSV(B) 36.95º 0.87% 0.8% -
XYZ 33.9 30.52 5.14 -
YUV 143.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 204 136 27 0 0.33 0.87 0.2 36.95 0.77 0.45
Hex CC 88 1B 0 21 57 14 25 4D 2D
Octal 314 210 33 0 41 127 24 45 115 55
Binary 11001100 10001000 11011 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CC881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC881B

Black with #CC881B

Text Example


Text Example

White with #CC881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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