#CC9A5C

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

Shades of Twine #CC9A5C

Tints of Twine #CC9A5C

Color information

#CC9A5C (or 0xCC9A5C) is unknown color: approx Twine. HEX triplet: CC, 9A and 5C. RGB value is (204,154,92). Sum of RGB (Red+Green+Blue) = 204+154+92=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A5C is #3365A3. Grayscale: #A2A2A2. Windows color (decimal): -3368356 or 6068940. OLE color: 6068940.

HSL color Cylindrical-coordinate representation of color #CC9A5C: hue angle of 33.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC9A5C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB20415492-
CMYK00.250.550.2
HSL33.21º52.34%58.04%-
HSV(B)33.21º54.9%80%-
XYZ38.3936.7215.19-
YUV161.8888.56158.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.33%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=45.33%
G=34.22%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041549200.250.550.233.2152.3458.04
HexCC9A5C019371421343a
Octal3142321340316724416472
Binary1100110010011010101110001100111011110100100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A5C; }

 p { color: rgb(204,154,92); }

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

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

 a { background-color: rgb(204,154,92); }

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

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

 span { border-color: rgb(204,154,92); }

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