#C3467B

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

Shades of Royal Heath #C3467B

Tints of Royal Heath #C3467B

Color information

#C3467B (or 0xC3467B) is unknown color: approx Royal Heath. HEX triplet: C3, 46 and 7B. RGB value is (195,70,123). Sum of RGB (Red+Green+Blue) = 195+70+123=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3467B is #3CB984. Grayscale: #717171. Windows color (decimal): -3979653 or 8079043. OLE color: 8079043.

HSL color Cylindrical-coordinate representation of color #C3467B: hue angle of 334.56º 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 #C3467B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19570123-
CMYK00.640.370.24
HSL334.56º51.02%51.96%-
HSV(B)334.56º64.1%76.47%-
XYZ28.2717.4120.61-
YUV113.42133.41186.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=50.26%
G=18.04%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957012300.640.370.24334.5651.0251.96
HexC3467B040251814f3334
Octal303106173010045305176364
Binary11000011100011011110110100000010010111000101001111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3467B; }

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

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

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

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

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

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

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

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