#CD7784

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

Shades of Charm #CD7784

Tints of Charm #CD7784

Color information

#CD7784 (or 0xCD7784) is unknown color: approx Charm. HEX triplet: CD, 77 and 84. RGB value is (205,119,132). Sum of RGB (Red+Green+Blue) = 205+119+132=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7784 is #32887B. Grayscale: #929292. Windows color (decimal): -3311740 or 8681421. OLE color: 8681421.

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

Color convert

RGB205119132-
CMYK00.420.360.20
HSL350.93º46.24%63.53%-
HSV(B)350.93º41.95%80.39%-
XYZ35.9427.8425.31-
YUV146.2119.99169.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 26.10%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=44.96%
G=26.10%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511913200.420.360.20350.9346.2463.53
HexCD778402A241415f2e40
Octal315167204052442453756100
Binary110011011110111100001000101010100100101001010111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7784; }

 p { color: rgb(205,119,132); }

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

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

 a { background-color: rgb(205,119,132); }

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

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

 span { border-color: rgb(205,119,132); }

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