#C04375

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

Shades of Royal Heath #C04375

Tints of Royal Heath #C04375

Color information

#C04375 (or 0xC04375) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 75. RGB value is (192,67,117). Sum of RGB (Red+Green+Blue) = 192+67+117=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04375 is #3FBC8A. Grayscale: #6E6E6E. Windows color (decimal): -4177035 or 7685056. OLE color: 7685056.

HSL color Cylindrical-coordinate representation of color #C04375: hue angle of 336º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04375 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19267117-
CMYK00.650.390.25
HSL336º49.8%50.78%-
HSV(B)336º65.1%75.29%-
XYZ26.9616.5118.59-
YUV110.07131.91186.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=51.06%
G=17.82%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926711700.650.390.2533649.850.78
HexC0437504127191503233
Octal300103165010147315206263
Binary11000000100001111101010100000110011111001101010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04375; }

 p { color: rgb(192,67,117); }

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

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

 a { background-color: rgb(192,67,117); }

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

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

 span { border-color: rgb(192,67,117); }

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