#CC9953

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

Shades of Twine #CC9953

Tints of Twine #CC9953

Color information

#CC9953 (or 0xCC9953) is unknown color: approx Twine. HEX triplet: CC, 99 and 53. RGB value is (204,153,83). Sum of RGB (Red+Green+Blue) = 204+153+83=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9953 is #3366AC. Grayscale: #A0A0A0. Windows color (decimal): -3368621 or 5478860. OLE color: 5478860.

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

Color convert

RGB20415383-
CMYK00.250.590.2
HSL34.71º54.26%56.27%-
HSV(B)34.71º59.31%80%-
XYZ37.8536.2413.18-
YUV160.2784.4159.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 83 (32.81% from 255) = 18.86%
R=46.36%
G=34.77%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041538300.250.590.234.7154.2656.27
HexCC99530193B14233638
Octal3142311230317324436670
Binary1100110010011001101001101100111101110100100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9953; }

 p { color: rgb(204,153,83); }

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

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

 a { background-color: rgb(204,153,83); }

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

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

 span { border-color: rgb(204,153,83); }

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