#C27D9F

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

Shades of Hopbush #C27D9F

Tints of Hopbush #C27D9F

Color information

#C27D9F (or 0xC27D9F) is unknown color: approx Hopbush. HEX triplet: C2, 7D and 9F. RGB value is (194,125,159). Sum of RGB (Red+Green+Blue) = 194+125+159=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27D9F is #3D8260. Grayscale: #959595. Windows color (decimal): -4031073 or 10452418. OLE color: 10452418.

HSL color Cylindrical-coordinate representation of color #C27D9F: hue angle of 330.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27D9F is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194125159-
CMYK00.360.180.24
HSL330.43º36.13%62.55%-
HSV(B)330.43º35.57%76.08%-
XYZ35.8428.6436.44-
YUV149.51133.36159.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 125 (49.22% from 255) = 26.15%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=40.59%
G=26.15%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412515900.360.180.24330.4336.1362.55
HexC27D9F024121814a243f
Octal30217523704422305124477
Binary1100001011111011001111101001001001011000101001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D9F; }

 p { color: rgb(194,125,159); }

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

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

 a { background-color: rgb(194,125,159); }

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

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

 span { border-color: rgb(194,125,159); }

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