#CD7397

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

Shades of Hopbush #CD7397

Tints of Hopbush #CD7397

Color information

#CD7397 (or 0xCD7397) is unknown color: approx Hopbush. HEX triplet: CD, 73 and 97. RGB value is (205,115,151). Sum of RGB (Red+Green+Blue) = 205+115+151=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 115 (45.31% from 255 or 24.42% from 471); Blue value is 151 (59.38% from 255 or 32.06% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7397 is #328C68. Grayscale: #919191. Windows color (decimal): -3312745 or 9925581. OLE color: 9925581.

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

Color convert

RGB205115151-
CMYK00.440.260.20
HSL336º47.37%62.75%-
HSV(B)336º43.9%80.39%-
XYZ36.8927.4732.64-
YUV146.01130.82170.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.52%
GREEN value IS 115 (45.31% from 255) = 24.42%
BLUE value IS 151 (59.38% from 255) = 32.06%
R=43.52%
G=24.42%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511515100.440.260.2033647.3762.75
HexCD739702C1A141502f3f
Octal31516322705432245205777
Binary1100110111100111001011101011001101010100101010000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7397; }

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

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

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

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

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

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

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

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