#C3466E

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

Shades of Royal Heath #C3466E

Tints of Royal Heath #C3466E

Color information

#C3466E (or 0xC3466E) is unknown color: approx Royal Heath. HEX triplet: C3, 46 and 6E. RGB value is (195,70,110). Sum of RGB (Red+Green+Blue) = 195+70+110=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3466E is #3CB991. Grayscale: #6F6F6F. Windows color (decimal): -3979666 or 7227075. OLE color: 7227075.

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

Color convert

RGB19570110-
CMYK00.640.440.24
HSL340.8º51.02%51.96%-
HSV(B)340.8º64.1%76.47%-
XYZ27.5117.1116.6-
YUV111.94126.91187.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 70 (27.73% from 255) = 18.67%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=52%
G=18.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957011000.640.440.24340.851.0251.96
HexC3466E0402C181553334
Octal303106156010054305256364
Binary11000011100011011011100100000010110011000101010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3466E; }

 p { color: rgb(195,70,110); }

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

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

 a { background-color: rgb(195,70,110); }

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

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

 span { border-color: rgb(195,70,110); }

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