#CB9C5C

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

Shades of Twine #CB9C5C

Tints of Twine #CB9C5C

Color information

#CB9C5C (or 0xCB9C5C) is unknown color: approx Twine. HEX triplet: CB, 9C and 5C. RGB value is (203,156,92). Sum of RGB (Red+Green+Blue) = 203+156+92=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C5C is #3463A3. Grayscale: #A3A3A3. Windows color (decimal): -3433380 or 6069451. OLE color: 6069451.

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

Color convert

RGB20315692-
CMYK00.230.550.20
HSL34.59º51.63%57.84%-
HSV(B)34.59º54.68%79.61%-
XYZ38.4537.2515.29-
YUV162.7688.07156.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=45.01%
G=34.59%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031569200.230.550.2034.5951.6357.84
HexCB9C5C017371423343a
Octal3132341340276724436472
Binary1100101110011100101110001011111011110100100011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9C5C; }

 p { color: rgb(203,156,92); }

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

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

 a { background-color: rgb(203,156,92); }

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

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

 span { border-color: rgb(203,156,92); }

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