#CB707D

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

Shades of Charm #CB707D

Tints of Charm #CB707D

Color information

#CB707D (or 0xCB707D) is unknown color: approx Charm. HEX triplet: CB, 70 and 7D. RGB value is (203,112,125). Sum of RGB (Red+Green+Blue) = 203+112+125=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB707D is #348F82. Grayscale: #8C8C8C. Windows color (decimal): -3444611 or 8220875. OLE color: 8220875.

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

Color convert

RGB203112125-
CMYK00.450.380.20
HSL351.43º46.67%61.76%-
HSV(B)351.43º44.83%79.61%-
XYZ34.1225.7722.58-
YUV140.69119.15172.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=46.14%
G=25.45%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311212500.450.380.20351.4346.6761.76
HexCB707D02D261415f2f3e
Octal31316017505546245375776
Binary1100101111100001111101010110110011010100101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB707D; }

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

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

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

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

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

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

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

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