#CC9252

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

Shades of Twine #CC9252

Tints of Twine #CC9252

Color information

#CC9252 (or 0xCC9252) is unknown color: approx Twine. HEX triplet: CC, 92 and 52. RGB value is (204,146,82). Sum of RGB (Red+Green+Blue) = 204+146+82=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9252 is #336DAD. Grayscale: #9C9C9C. Windows color (decimal): -3370414 or 5411532. OLE color: 5411532.

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

Color convert

RGB20414682-
CMYK00.280.600.2
HSL31.48º54.46%56.08%-
HSV(B)31.48º59.8%80%-
XYZ36.73412.61-
YUV156.0586.22162.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.22%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 82 (32.42% from 255) = 18.98%
R=47.22%
G=33.80%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041468200.280.600.231.4854.4656.08
HexCC925201C3C141f3638
Octal3142221220347424376670
Binary110011001001001010100100111001111001010011111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9252; }

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

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

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

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

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

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

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

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