#CC8628

Color #CC8628 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #CC8628

Tints of Geebung #CC8628

Color information

#CC8628 (or 0xCC8628) is unknown color: approx Geebung. HEX triplet: CC, 86 and 28. RGB value is (204,134,40). Sum of RGB (Red+Green+Blue) = 204+134+40=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8628 is #3379D7. Grayscale: #909090. Windows color (decimal): -3373528 or 2655948. OLE color: 2655948.

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

Color convert

RGB20413440-
CMYK00.340.800.2
HSL34.39º67.21%47.84%-
HSV(B)34.39º80.39%80%-
XYZ33.8130.046.02-
YUV144.2169.19170.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 40 (16.02% from 255) = 10.58%
R=53.97%
G=35.45%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041344000.340.800.234.3967.2147.84
HexCC86280225014224330
Octal31420650042120244210360
Binary110011001000011010100001000101010000101001000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8628; }

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

 H1.HeaderClassName
 {
   color: #CC8628;
 }
 .AnyTagClassName
 {
   color: #CC8628;
 }
</style>
background-color css

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

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

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

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

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

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