#C66484

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

Shades of Hopbush #C66484

Tints of Hopbush #C66484

Color information

#C66484 (or 0xC66484) is unknown color: approx Hopbush. HEX triplet: C6, 64 and 84. RGB value is (198,100,132). Sum of RGB (Red+Green+Blue) = 198+100+132=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66484 is #399B7B. Grayscale: #848484. Windows color (decimal): -3775356 or 8676550. OLE color: 8676550.

HSL color Cylindrical-coordinate representation of color #C66484: hue angle of 340.41º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66484 is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198100132-
CMYK00.490.330.22
HSL340.41º46.23%58.43%-
HSV(B)340.41º49.49%77.65%-
XYZ32.0122.7924.54-
YUV132.95127.47174.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=46.05%
G=23.26%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810013200.490.330.22340.4146.2358.43
HexC6648403121161542e3a
Octal30614420406141265245672
Binary11000110110010010000100011000110000110110101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66484; }

 p { color: rgb(198,100,132); }

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

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

 a { background-color: rgb(198,100,132); }

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

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

 span { border-color: rgb(198,100,132); }

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