#CA3F75

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

Shades of Royal Heath #CA3F75

Tints of Royal Heath #CA3F75

Color information

#CA3F75 (or 0xCA3F75) is unknown color: approx Royal Heath. HEX triplet: CA, 3F and 75. RGB value is (202,63,117). Sum of RGB (Red+Green+Blue) = 202+63+117=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F75 is #35C08A. Grayscale: #6E6E6E. Windows color (decimal): -3522699 or 7684042. OLE color: 7684042.

HSL color Cylindrical-coordinate representation of color #CA3F75: hue angle of 336.69º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F75 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20263117-
CMYK00.690.420.21
HSL336.69º56.73%51.96%-
HSV(B)336.69º68.81%79.22%-
XYZ29.3517.418.64-
YUV110.72131.55193.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=52.88%
G=16.49%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026311700.690.420.21336.6956.7351.96
HexCA3F750452A151513934
Octal31277165010552255217164
Binary1100101011111111101010100010110101010101101010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F75; }

 p { color: rgb(202,63,117); }

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

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

 a { background-color: rgb(202,63,117); }

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

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

 span { border-color: rgb(202,63,117); }

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