#CC7B92

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

Shades of Charm #CC7B92

Tints of Charm #CC7B92

Color information

#CC7B92 (or 0xCC7B92) is unknown color: approx Charm. HEX triplet: CC, 7B and 92. RGB value is (204,123,146). Sum of RGB (Red+Green+Blue) = 204+123+146=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B92 is #33846D. Grayscale: #959595. Windows color (decimal): -3376238 or 9599948. OLE color: 9599948.

HSL color Cylindrical-coordinate representation of color #CC7B92: hue angle of 342.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B92 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204123146-
CMYK00.400.280.2
HSL342.96º44.26%64.12%-
HSV(B)342.96º39.71%80%-
XYZ37.1729.0830.85-
YUV149.84125.84166.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=43.13%
G=26.00%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412314600.400.280.2342.9644.2664.12
HexCC7B920281C141572c40
Octal314173222050342452754100
Binary11001100111101110010010010100011100101001010101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B92; }

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

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

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

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

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

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

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

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