#CC9B5D

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

Shades of Twine #CC9B5D

Tints of Twine #CC9B5D

Color information

#CC9B5D (or 0xCC9B5D) is unknown color: approx Twine. HEX triplet: CC, 9B and 5D. RGB value is (204,155,93). Sum of RGB (Red+Green+Blue) = 204+155+93=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B5D is #3364A2. Grayscale: #A2A2A2. Windows color (decimal): -3368099 or 6134732. OLE color: 6134732.

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

Color convert

RGB20415593-
CMYK00.240.540.2
HSL33.51º52.11%58.24%-
HSV(B)33.51º54.41%80%-
XYZ38.637.0715.48-
YUV162.5888.73157.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=45.13%
G=34.29%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041559300.240.540.233.5152.1158.24
HexCC9B5D018361422343a
Octal3142331350306624426472
Binary1100110010011011101110101100011011010100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B5D; }

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

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

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

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

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

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

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

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