#CD7197

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

Shades of Hopbush #CD7197

Tints of Hopbush #CD7197

Color information

#CD7197 (or 0xCD7197) is unknown color: approx Hopbush. HEX triplet: CD, 71 and 97. RGB value is (205,113,151). Sum of RGB (Red+Green+Blue) = 205+113+151=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 151 (59.38% from 255 or 32.20% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7197 is #328E68. Grayscale: #909090. Windows color (decimal): -3313257 or 9925069. OLE color: 9925069.

HSL color Cylindrical-coordinate representation of color #CD7197: hue angle of 335.22º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7197 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205113151-
CMYK00.450.260.20
HSL335.22º47.92%62.35%-
HSV(B)335.22º44.88%80.39%-
XYZ36.6727.0232.56-
YUV144.84131.48170.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.71%
GREEN value IS 113 (44.53% from 255) = 24.09%
BLUE value IS 151 (59.38% from 255) = 32.20%
R=43.71%
G=24.09%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511315100.450.260.20335.2247.9262.35
HexCD719702D1A1414f303e
Octal31516122705532245176076
Binary1100110111100011001011101011011101010100101001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7197; }

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

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

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

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

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

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

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

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