#CD7795

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

Shades of Hopbush #CD7795

Tints of Hopbush #CD7795

Color information

#CD7795 (or 0xCD7795) is unknown color: approx Hopbush. HEX triplet: CD, 77 and 95. RGB value is (205,119,149). Sum of RGB (Red+Green+Blue) = 205+119+149=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 119 (46.88% from 255 or 25.16% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7795 is #32886A. Grayscale: #949494. Windows color (decimal): -3311723 or 9795533. OLE color: 9795533.

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

Color convert

RGB205119149-
CMYK00.420.270.20
HSL339.07º46.24%63.53%-
HSV(B)339.07º41.95%80.39%-
XYZ37.228.3431.94-
YUV148.13128.49168.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.34%
GREEN value IS 119 (46.88% from 255) = 25.16%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=43.34%
G=25.16%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511914900.420.270.20339.0746.2463.53
HexCD779502A1B141532e40
Octal315167225052332452356100
Binary11001101111011110010101010101011011101001010100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7795; }

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

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

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

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

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

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

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

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