#C262A5

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

Shades of Hopbush #C262A5

Tints of Hopbush #C262A5

Color information

#C262A5 (or 0xC262A5) is unknown color: approx Hopbush. HEX triplet: C2, 62 and A5. RGB value is (194,98,165). Sum of RGB (Red+Green+Blue) = 194+98+165=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C262A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C262A5 is #3D9D5A. Grayscale: #868686. Windows color (decimal): -4037979 or 10838722. OLE color: 10838722.

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

Color convert

RGB19498165-
CMYK00.490.150.24
HSL318.12º44.04%57.25%-
HSV(B)318.12º49.48%76.08%-
XYZ33.4122.9238.26-
YUV134.34145.3170.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 165 (64.84% from 255) = 36.11%
R=42.45%
G=21.44%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949816500.490.150.24318.1244.0457.25
HexC262A5031F1813e2c39
Octal30214224506117304765471
Binary110000101100010101001010110001111111000100111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262A5; }

 p { color: rgb(194,98,165); }

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

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

 a { background-color: rgb(194,98,165); }

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

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

 span { border-color: rgb(194,98,165); }

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