Html Css Color HEX #CC8A28 Geebung

📋 copy color: '#CC8A28'

red 204 ◦ green 138 ◦ blue 40

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

Shades of Geebung #CC8A28

Tints of Geebung #CC8A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 53.4%
G = 36.13%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC8A28 (or 0xCC8A28) is known color: Geebung. HEX triplet: CC, 8A and 28. RGB value is (204,138,40). Sum of RGB (Red+Green+Blue) = 204+138+40=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A28 is #3375D7. Grayscale: #939393. Windows color (decimal): -3372504 or 2656972. OLE color: 2656972.

HSL color Cylindrical-coordinate representation of color #CC8A28: hue angle of 35.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC8A28 is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 40 -
CMYK 0 0.32 0.80 0.2
HSL 35.85º 0.67% 0.48% -
HSV(B) 35.85º 0.8% 0.8% -
XYZ 34.37 31.17 6.21 -
YUV 146.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 204 138 40 0 0.32 0.80 0.2 35.85 0.67 0.48
Hex CC 8A 28 0 20 50 14 24 43 30
Octal 314 212 50 0 40 120 24 44 103 60
Binary 11001100 10001010 101000 0 100000 1010000 10100 100100 1000011 110000

Color Harmonies of #CC8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8A28

Black with #CC8A28

Text Example


Text Example

White with #CC8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8A28; }

 p { color: rgb(204,138,40); }

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

background-color css

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

 a { background-color: rgb(204,138,40); }

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

border-color css

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

 span { border-color: rgb(204,138,40); }

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