#CD7699

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

Shades of Hopbush #CD7699

Tints of Hopbush #CD7699

Color information

#CD7699 (or 0xCD7699) is unknown color: approx Hopbush. HEX triplet: CD, 76 and 99. RGB value is (205,118,153). Sum of RGB (Red+Green+Blue) = 205+118+153=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7699 is #328966. Grayscale: #939393. Windows color (decimal): -3311975 or 10057421. OLE color: 10057421.

HSL color Cylindrical-coordinate representation of color #CD7699: hue angle of 335.86º 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 #CD7699 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205118153-
CMYK00.420.250.20
HSL335.86º46.52%63.33%-
HSV(B)335.86º42.44%80.39%-
XYZ37.4128.2433.62-
YUV148130.82168.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 118 (46.48% from 255) = 24.79%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=43.07%
G=24.79%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511815300.420.250.20335.8646.5263.33
HexCD769902A19141502f3f
Octal31516623105231245205777
Binary1100110111101101001100101010101100110100101010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7699; }

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

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

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

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

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

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

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

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