#CD7396

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

Shades of Hopbush #CD7396

Tints of Hopbush #CD7396

Color information

#CD7396 (or 0xCD7396) is unknown color: approx Hopbush. HEX triplet: CD, 73 and 96. RGB value is (205,115,150). Sum of RGB (Red+Green+Blue) = 205+115+150=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7396 is #328C69. Grayscale: #919191. Windows color (decimal): -3312746 or 9860045. OLE color: 9860045.

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

Color convert

RGB205115150-
CMYK00.440.270.20
HSL336.67º47.37%62.75%-
HSV(B)336.67º43.9%80.39%-
XYZ36.8127.4432.21-
YUV145.9130.32170.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.62%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=43.62%
G=24.47%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511515000.440.270.20336.6747.3762.75
HexCD739602C1B141512f3f
Octal31516322605433245215777
Binary1100110111100111001011001011001101110100101010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7396; }

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

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

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

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

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

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

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

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