#CD667B

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

Shades of Charm #CD667B

Tints of Charm #CD667B

Color information

#CD667B (or 0xCD667B) is unknown color: approx Charm. HEX triplet: CD, 66 and 7B. RGB value is (205,102,123). Sum of RGB (Red+Green+Blue) = 205+102+123=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD667B is #329984. Grayscale: #878787. Windows color (decimal): -3316101 or 8087245. OLE color: 8087245.

HSL color Cylindrical-coordinate representation of color #CD667B: hue angle of 347.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD667B is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB205102123-
CMYK00.500.40.20
HSL347.77º50.74%60.2%-
HSV(B)347.77º50.24%80.39%-
XYZ33.523.9121.59-
YUV135.19121.12177.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=47.67%
G=23.72%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510212300.500.40.20347.7750.7460.2
HexCD667B032281415c333c
Octal31514617306250245346374
Binary1100110111001101111011011001010100010100101011100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD667B; }

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

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

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

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

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

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

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

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