#C33A6A

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

Shades of Royal Heath #C33A6A

Tints of Royal Heath #C33A6A

Color information

#C33A6A (or 0xC33A6A) is unknown color: approx Royal Heath. HEX triplet: C3, 3A and 6A. RGB value is (195,58,106). Sum of RGB (Red+Green+Blue) = 195+58+106=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33A6A is #3CC595. Grayscale: #686868. Windows color (decimal): -3982742 or 6961859. OLE color: 6961859.

HSL color Cylindrical-coordinate representation of color #C33A6A: hue angle of 338.98º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33A6A is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19558106-
CMYK00.700.460.24
HSL338.98º54.15%49.61%-
HSV(B)338.98º70.26%76.47%-
XYZ26.6215.6715.26-
YUV104.44128.89192.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.32%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=54.32%
G=16.16%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955810600.700.460.24338.9854.1549.61
HexC33A6A0462E181533632
Octal30372152010656305236662
Binary1100001111101011010100100011010111011000101010011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A6A; }

 p { color: rgb(195,58,106); }

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

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

 a { background-color: rgb(195,58,106); }

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

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

 span { border-color: rgb(195,58,106); }

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