Html Css Color HEX #CC881C Geebung

📋 copy color: '#CC881C'

red 204 ◦ green 136 ◦ blue 28

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

Shades of Geebung #CC881C

Tints of Geebung #CC881C

RGB

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

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

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

R = 55.43%
G = 36.96%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC881C (or 0xCC881C) is known color: Geebung. HEX triplet: CC, 88 and 1C. RGB value is (204,136,28). Sum of RGB (Red+Green+Blue) = 204+136+28=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881C is #3377E3. Grayscale: #909090. Windows color (decimal): -3373028 or 1870028. OLE color: 1870028.

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

Color convert

RGB 204 136 28 -
CMYK 0 0.33 0.86 0.2
HSL 36.82º 0.76% 0.45% -
HSV(B) 36.82º 0.86% 0.8% -
XYZ 33.92 30.53 5.2 -
YUV 144.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 204 136 28 0 0.33 0.86 0.2 36.82 0.76 0.45
Hex CC 88 1C 0 21 56 14 25 4C 2D
Octal 314 210 34 0 41 126 24 45 114 55
Binary 11001100 10001000 11100 0 100001 1010110 10100 100101 1001100 101101

Color Harmonies of #CC881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC881C

Black with #CC881C

Text Example


Text Example

White with #CC881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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