#C267A2

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

Shades of Hopbush #C267A2

Tints of Hopbush #C267A2

Color information

#C267A2 (or 0xC267A2) is unknown color: approx Hopbush. HEX triplet: C2, 67 and A2. RGB value is (194,103,162). Sum of RGB (Red+Green+Blue) = 194+103+162=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C267A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C267A2 is #3D985D. Grayscale: #888888. Windows color (decimal): -4036702 or 10643394. OLE color: 10643394.

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

Color convert

RGB194103162-
CMYK00.470.160.24
HSL321.1º42.72%58.24%-
HSV(B)321.1º46.91%76.08%-
XYZ33.6223.7837-
YUV136.94142.15168.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=42.27%
G=22.44%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410316200.470.160.24321.142.7258.24
HexC267A202F10181412b3a
Octal30214724205720305015372
Binary1100001011001111010001001011111000011000101000001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C267A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C267A2; }

 p { color: rgb(194,103,162); }

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

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

 a { background-color: rgb(194,103,162); }

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

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

 span { border-color: rgb(194,103,162); }

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