#CB7A7C

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

Shades of Charm #CB7A7C

Tints of Charm #CB7A7C

Color information

#CB7A7C (or 0xCB7A7C) is unknown color: approx Charm. HEX triplet: CB, 7A and 7C. RGB value is (203,122,124). Sum of RGB (Red+Green+Blue) = 203+122+124=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A7C is #348583. Grayscale: #929292. Windows color (decimal): -3442052 or 8157899. OLE color: 8157899.

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

Color convert

RGB203122124-
CMYK00.400.390.20
HSL358.52º43.78%63.73%-
HSV(B)358.52º39.9%79.61%-
XYZ35.2328.0722.63-
YUV146.45115.34168.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=45.21%
G=27.17%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312212400.400.390.20358.5243.7863.73
HexCB7A7C02827141672c40
Octal313172174050472454754100
Binary11001011111101011111000101000100111101001011001111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A7C; }

 p { color: rgb(203,122,124); }

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

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

 a { background-color: rgb(203,122,124); }

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

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

 span { border-color: rgb(203,122,124); }

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