#C5668D

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

Shades of Hopbush #C5668D

Tints of Hopbush #C5668D

Color information

#C5668D (or 0xC5668D) is unknown color: approx Hopbush. HEX triplet: C5, 66 and 8D. RGB value is (197,102,141). Sum of RGB (Red+Green+Blue) = 197+102+141=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5668D is #3A9972. Grayscale: #868686. Windows color (decimal): -3840371 or 9266885. OLE color: 9266885.

HSL color Cylindrical-coordinate representation of color #C5668D: hue angle of 335.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5668D is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB197102141-
CMYK00.480.280.23
HSL335.37º45.02%58.63%-
HSV(B)335.37º48.22%77.25%-
XYZ32.5923.327.98-
YUV134.85131.47172.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 141 (55.47% from 255) = 32.05%
R=44.77%
G=23.18%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710214100.480.280.23335.3745.0258.63
HexC5668D0301C1714f2d3b
Octal30514621506034275175573
Binary1100010111001101000110101100001110010111101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5668D; }

 p { color: rgb(197,102,141); }

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

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

 a { background-color: rgb(197,102,141); }

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

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

 span { border-color: rgb(197,102,141); }

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