#CD7996

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

Shades of Hopbush #CD7996

Tints of Hopbush #CD7996

Color information

#CD7996 (or 0xCD7996) is unknown color: approx Hopbush. HEX triplet: CD, 79 and 96. RGB value is (205,121,150). Sum of RGB (Red+Green+Blue) = 205+121+150=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7996 is #328669. Grayscale: #959595. Windows color (decimal): -3311210 or 9861581. OLE color: 9861581.

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

Color convert

RGB205121150-
CMYK00.410.270.20
HSL339.29º45.65%63.92%-
HSV(B)339.29º40.98%80.39%-
XYZ37.5228.8632.45-
YUV149.42128.33167.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=43.07%
G=25.42%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512115000.410.270.20339.2945.6563.92
HexCD79960291B141532e40
Octal315171226051332452356100
Binary11001101111100110010110010100111011101001010100111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7996; }

 p { color: rgb(205,121,150); }

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

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

 a { background-color: rgb(205,121,150); }

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

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

 span { border-color: rgb(205,121,150); }

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