#CC9D48

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

Shades of Tussock #CC9D48

Tints of Tussock #CC9D48

Color information

#CC9D48 (or 0xCC9D48) is unknown color: approx Tussock. HEX triplet: CC, 9D and 48. RGB value is (204,157,72). Sum of RGB (Red+Green+Blue) = 204+157+72=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D48 is #3362B7. Grayscale: #A1A1A1. Windows color (decimal): -3367608 or 4758988. OLE color: 4758988.

HSL color Cylindrical-coordinate representation of color #CC9D48: hue angle of 38.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC9D48 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20415772-
CMYK00.230.650.2
HSL38.64º56.41%54.12%-
HSV(B)38.64º64.71%80%-
XYZ38.1337.4211.34-
YUV161.3677.57158.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 157 (61.72% from 255) = 36.26%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=47.11%
G=36.26%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041577200.230.650.238.6456.4154.12
HexCC9D480174114273836
Octal31423511002710124477066
Binary11001100100111011001000010111100000110100100111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D48; }

 p { color: rgb(204,157,72); }

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

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

 a { background-color: rgb(204,157,72); }

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

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

 span { border-color: rgb(204,157,72); }

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