#C265A3

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

Shades of Hopbush #C265A3

Tints of Hopbush #C265A3

Color information

#C265A3 (or 0xC265A3) is unknown color: approx Hopbush. HEX triplet: C2, 65 and A3. RGB value is (194,101,163). Sum of RGB (Red+Green+Blue) = 194+101+163=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A3 is #3D9A5C. Grayscale: #878787. Windows color (decimal): -4037213 or 10708418. OLE color: 10708418.

HSL color Cylindrical-coordinate representation of color #C265A3: hue angle of 320º degrees, saturation: 0.43, 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 #C265A3 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB194101163-
CMYK00.480.160.24
HSL320º43.26%57.84%-
HSV(B)320º47.94%76.08%-
XYZ33.5123.4237.4-
YUV135.88143.31169.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.36%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=42.36%
G=22.05%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410116300.480.160.2432043.2657.84
HexC265A303010181402b3a
Octal30214524306020305005372
Binary1100001011001011010001101100001000011000101000000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265A3; }

 p { color: rgb(194,101,163); }

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

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

 a { background-color: rgb(194,101,163); }

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

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

 span { border-color: rgb(194,101,163); }

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