#CC9A57

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

Shades of Twine #CC9A57

Tints of Twine #CC9A57

Color information

#CC9A57 (or 0xCC9A57) is unknown color: approx Twine. HEX triplet: CC, 9A and 57. RGB value is (204,154,87). Sum of RGB (Red+Green+Blue) = 204+154+87=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9A57 is #3365A8. Grayscale: #A1A1A1. Windows color (decimal): -3368361 or 5741260. OLE color: 5741260.

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

Color convert

RGB20415487-
CMYK00.250.570.2
HSL34.36º53.42%57.06%-
HSV(B)34.36º57.35%80%-
XYZ38.1836.6414.08-
YUV161.3186.06158.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=45.84%
G=34.61%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041548700.250.570.234.3653.4257.06
HexCC9A570193914223539
Octal3142321270317124426571
Binary1100110010011010101011101100111100110100100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A57; }

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

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

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

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

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

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

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

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