#CB707E

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

Shades of Charm #CB707E

Tints of Charm #CB707E

Color information

#CB707E (or 0xCB707E) is unknown color: approx Charm. HEX triplet: CB, 70 and 7E. RGB value is (203,112,126). Sum of RGB (Red+Green+Blue) = 203+112+126=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB707E is #348F81. Grayscale: #8C8C8C. Windows color (decimal): -3444610 or 8286411. OLE color: 8286411.

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

Color convert

RGB203112126-
CMYK00.450.380.20
HSL350.77º46.67%61.76%-
HSV(B)350.77º44.83%79.61%-
XYZ34.1925.7922.91-
YUV140.8119.65172.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 112 (44.14% from 255) = 25.40%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=46.03%
G=25.40%
B=28.57%

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
Decimal20311212600.450.380.20350.7746.6761.76
HexCB707E02D261415f2f3e
Octal31316017605546245375776
Binary1100101111100001111110010110110011010100101011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB707E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB707E; }

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

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

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

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

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

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

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

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