#CD677A

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

Shades of Charm #CD677A

Tints of Charm #CD677A

Color information

#CD677A (or 0xCD677A) is unknown color: approx Charm. HEX triplet: CD, 67 and 7A. RGB value is (205,103,122). Sum of RGB (Red+Green+Blue) = 205+103+122=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD677A is #329885. Grayscale: #878787. Windows color (decimal): -3315846 or 8021965. OLE color: 8021965.

HSL color Cylindrical-coordinate representation of color #CD677A: hue angle of 348.82º degrees, saturation: 0.5, 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 #CD677A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205103122-
CMYK00.500.400.20
HSL348.82º50.5%60.39%-
HSV(B)348.82º49.76%80.39%-
XYZ33.5424.0821.29-
YUV135.66120.29177.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=47.67%
G=23.95%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510312200.500.400.20348.8250.560.39
HexCD677A032281415d323c
Octal31514717206250245356274
Binary1100110111001111111010011001010100010100101011101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD677A; }

 p { color: rgb(205,103,122); }

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

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

 a { background-color: rgb(205,103,122); }

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

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

 span { border-color: rgb(205,103,122); }

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