#CD7395

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

Shades of Hopbush #CD7395

Tints of Hopbush #CD7395

Color information

#CD7395 (or 0xCD7395) is unknown color: approx Hopbush. HEX triplet: CD, 73 and 95. RGB value is (205,115,149). Sum of RGB (Red+Green+Blue) = 205+115+149=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7395 is #328C6A. Grayscale: #919191. Windows color (decimal): -3312747 or 9794509. OLE color: 9794509.

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

Color convert

RGB205115149-
CMYK00.440.270.20
HSL337.33º47.37%62.75%-
HSV(B)337.33º43.9%80.39%-
XYZ36.7327.4131.79-
YUV145.79129.82170.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 115 (45.31% from 255) = 24.52%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=43.71%
G=24.52%
B=31.77%

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
Decimal20511514900.440.270.20337.3347.3762.75
HexCD739502C1B141512f3f
Octal31516322505433245215777
Binary1100110111100111001010101011001101110100101010001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7395; }

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

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

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

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

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

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

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

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