#CB707C

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

Shades of Charm #CB707C

Tints of Charm #CB707C

Color information

#CB707C (or 0xCB707C) is unknown color: approx Charm. HEX triplet: CB, 70 and 7C. RGB value is (203,112,124). Sum of RGB (Red+Green+Blue) = 203+112+124=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB707C is #348F83. Grayscale: #8C8C8C. Windows color (decimal): -3444612 or 8155339. OLE color: 8155339.

HSL color Cylindrical-coordinate representation of color #CB707C: hue angle of 352.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB707C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203112124-
CMYK00.450.390.20
HSL352.09º46.67%61.76%-
HSV(B)352.09º44.83%79.61%-
XYZ34.0625.7422.24-
YUV140.58118.65172.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 124 (48.83% from 255) = 28.25%
R=46.24%
G=25.51%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311212400.450.390.20352.0946.6761.76
HexCB707C02D27141602f3e
Octal31316017405547245405776
Binary1100101111100001111100010110110011110100101100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB707C; }

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

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

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

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

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

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

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

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