#CB9252

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

Shades of Twine #CB9252

Tints of Twine #CB9252

Color information

#CB9252 (or 0xCB9252) is unknown color: approx Twine. HEX triplet: CB, 92 and 52. RGB value is (203,146,82). Sum of RGB (Red+Green+Blue) = 203+146+82=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9252 is #346DAD. Grayscale: #9C9C9C. Windows color (decimal): -3435950 or 5411531. OLE color: 5411531.

HSL color Cylindrical-coordinate representation of color #CB9252: hue angle of 31.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9252 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB20314682-
CMYK00.280.600.20
HSL31.74º53.78%55.88%-
HSV(B)31.74º59.61%79.61%-
XYZ36.4333.8612.6-
YUV155.7586.38161.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=47.10%
G=33.87%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031468200.280.600.2031.7453.7855.88
HexCB925201C3C14203638
Octal3132221220347424406670
Binary1100101110010010101001001110011110010100100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9252; }

 p { color: rgb(203,146,82); }

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

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

 a { background-color: rgb(203,146,82); }

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

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

 span { border-color: rgb(203,146,82); }

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