Html Css Color HEX #CC881A Ochre

📋 copy color: '#CC881A'

red 204 ◦ green 136 ◦ blue 26

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

Shades of Ochre #CC881A

Tints of Ochre #CC881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 55.74%
G = 37.16%
B = 7.1%

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

#CC881A (or 0xCC881A) is known color: Ochre. HEX triplet: CC, 88 and 1A. RGB value is (204,136,26). Sum of RGB (Red+Green+Blue) = 204+136+26=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881A is #3377E5. Grayscale: #909090. Windows color (decimal): -3373030 or 1738956. OLE color: 1738956.

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

Color convert

RGB 204 136 26 -
CMYK 0 0.33 0.87 0.2
HSL 37.08º 0.77% 0.45% -
HSV(B) 37.08º 0.87% 0.8% -
XYZ 33.89 30.52 5.08 -
YUV 143.79 61.53 170.94 -
System Red Green Blue C M Y K H S L
Decimal 204 136 26 0 0.33 0.87 0.2 37.08 0.77 0.45
Hex CC 88 1A 0 21 57 14 25 4D 2D
Octal 314 210 32 0 41 127 24 45 115 55
Binary 11001100 10001000 11010 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CC881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC881A

Black with #CC881A

Text Example


Text Example

White with #CC881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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