#C5668A

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

Shades of Hopbush #C5668A

Tints of Hopbush #C5668A

Color information

#C5668A (or 0xC5668A) is unknown color: approx Hopbush. HEX triplet: C5, 66 and 8A. RGB value is (197,102,138). Sum of RGB (Red+Green+Blue) = 197+102+138=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5668A is #3A9975. Grayscale: #868686. Windows color (decimal): -3840374 or 9070277. OLE color: 9070277.

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

Color convert

RGB197102138-
CMYK00.480.300.23
HSL337.26º45.02%58.63%-
HSV(B)337.26º48.22%77.25%-
XYZ32.3623.2126.82-
YUV134.51129.97172.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=45.08%
G=23.34%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710213800.480.300.23337.2645.0258.63
HexC5668A0301E171512d3b
Octal30514621206036275215573
Binary1100010111001101000101001100001111010111101010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5668A; }

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

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

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

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

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

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

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

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