Html Css Color HEX #CC881F Geebung

📋 copy color: '#CC881F'

red 204 ◦ green 136 ◦ blue 31

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

Shades of Geebung #CC881F

Tints of Geebung #CC881F

RGB

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

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

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

R = 54.99%
G = 36.66%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC881F (or 0xCC881F) is known color: Geebung. HEX triplet: CC, 88 and 1F. RGB value is (204,136,31). Sum of RGB (Red+Green+Blue) = 204+136+31=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881F is #3377E0. Grayscale: #909090. Windows color (decimal): -3373025 or 2066636. OLE color: 2066636.

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

Color convert

RGB 204 136 31 -
CMYK 0 0.33 0.85 0.2
HSL 36.42º 0.74% 0.46% -
HSV(B) 36.42º 0.85% 0.8% -
XYZ 33.95 30.54 5.4 -
YUV 144.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 204 136 31 0 0.33 0.85 0.2 36.42 0.74 0.46
Hex CC 88 1F 0 21 55 14 24 4A 2E
Octal 314 210 37 0 41 125 24 44 112 56
Binary 11001100 10001000 11111 0 100001 1010101 10100 100100 1001010 101110

Color Harmonies of #CC881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC881F

Black with #CC881F

Text Example


Text Example

White with #CC881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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