#CD707B

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

Shades of Charm #CD707B

Tints of Charm #CD707B

Color information

#CD707B (or 0xCD707B) is unknown color: approx Charm. HEX triplet: CD, 70 and 7B. RGB value is (205,112,123). Sum of RGB (Red+Green+Blue) = 205+112+123=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD707B is #328F84. Grayscale: #8D8D8D. Windows color (decimal): -3313541 or 8089805. OLE color: 8089805.

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

Color convert

RGB205112123-
CMYK00.450.40.20
HSL352.9º48.19%62.16%-
HSV(B)352.9º45.37%80.39%-
XYZ34.552621.94-
YUV141.06117.81173.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 112 (44.14% from 255) = 25.45%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=46.59%
G=25.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511212300.450.40.20352.948.1962.16
HexCD707B02D2814161303e
Octal31516017305550245416076
Binary1100110111100001111011010110110100010100101100001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD707B; }

 p { color: rgb(205,112,123); }

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

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

 a { background-color: rgb(205,112,123); }

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

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

 span { border-color: rgb(205,112,123); }

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