#CC9B5C

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

Shades of Twine #CC9B5C

Tints of Twine #CC9B5C

Color information

#CC9B5C (or 0xCC9B5C) is unknown color: approx Twine. HEX triplet: CC, 9B and 5C. RGB value is (204,155,92). Sum of RGB (Red+Green+Blue) = 204+155+92=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B5C is #3364A3. Grayscale: #A2A2A2. Windows color (decimal): -3368100 or 6069196. OLE color: 6069196.

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

Color convert

RGB20415592-
CMYK00.240.550.2
HSL33.75º52.34%58.04%-
HSV(B)33.75º54.9%80%-
XYZ38.5537.0515.25-
YUV162.4788.23157.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 155 (60.94% from 255) = 34.37%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=45.23%
G=34.37%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041559200.240.550.233.7552.3458.04
HexCC9B5C018371422343a
Octal3142331340306724426472
Binary1100110010011011101110001100011011110100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B5C; }

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

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

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

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

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

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

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

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