#C5668B

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

Shades of Hopbush #C5668B

Tints of Hopbush #C5668B

Color information

#C5668B (or 0xC5668B) is unknown color: approx Hopbush. HEX triplet: C5, 66 and 8B. RGB value is (197,102,139). Sum of RGB (Red+Green+Blue) = 197+102+139=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5668B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5668B is #3A9974. Grayscale: #868686. Windows color (decimal): -3840373 or 9135813. OLE color: 9135813.

HSL color Cylindrical-coordinate representation of color #C5668B: hue angle of 336.63º 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 #C5668B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB197102139-
CMYK00.480.290.23
HSL336.63º45.02%58.63%-
HSV(B)336.63º48.22%77.25%-
XYZ32.4423.2427.2-
YUV134.62130.47172.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.98%
GREEN value IS 102 (40.23% from 255) = 23.29%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=44.98%
G=23.29%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710213900.480.290.23336.6345.0258.63
HexC5668B0301D171512d3b
Octal30514621306035275215573
Binary1100010111001101000101101100001110110111101010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5668B; }

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

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

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

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

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

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

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

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