#cd767b

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

Shades of Charm #CD767B

Tints of Charm #CD767B

Color information

#CD767B (or 0xCD767B) is unknown color: approx Charm. HEX triplet: CD, 76 and 7B. RGB value is (205,118,123). Sum of RGB (Red+Green+Blue) = 205+118+123=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD767B is #328984. Grayscale: #909090. Windows color (decimal): -3312005 or 8091341. OLE color: 8091341.

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

Color convert

RGB205118123-
CMYK00.420.40.20
HSL356.55º46.52%63.33%-
HSV(B)356.55º42.44%80.39%-
XYZ35.2327.3722.16-
YUV144.58115.82171.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=45.96%
G=26.46%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511812300.420.40.20356.5546.5263.33
HexCD767B02A28141652f3f
Octal31516617305250245455777
Binary1100110111101101111011010101010100010100101100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd767b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd767b; }

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

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

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

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

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

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

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

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