#C26488

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

Shades of Hopbush #C26488

Tints of Hopbush #C26488

Color information

#C26488 (or 0xC26488) is unknown color: approx Hopbush. HEX triplet: C2, 64 and 88. RGB value is (194,100,136). Sum of RGB (Red+Green+Blue) = 194+100+136=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C26488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C26488 is #3D9B77. Grayscale: #848484. Windows color (decimal): -4037496 or 8938690. OLE color: 8938690.

HSL color Cylindrical-coordinate representation of color #C26488: hue angle of 337.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C26488 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194100136-
CMYK00.480.300.24
HSL337.02º43.52%57.65%-
HSV(B)337.02º48.45%76.08%-
XYZ31.2522.3625.96-
YUV132.21130.14172.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=45.12%
G=23.26%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410013600.480.300.24337.0243.5257.65
HexC264880301E181512c3a
Octal30214421006036305215472
Binary1100001011001001000100001100001111011000101010001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26488; }

 p { color: rgb(194,100,136); }

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

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

 a { background-color: rgb(194,100,136); }

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

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

 span { border-color: rgb(194,100,136); }

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