Html Css Color HEX #CA3E74 Royal Heath

📋 copy color: '#CA3E74'

red 202 ◦ green 62 ◦ blue 116

#CA3E74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #CA3E74

Tints of Royal Heath #CA3E74

RGB

 RED value IS 202 (79.3% from 255) = 53.16%

 GREEN value IS 62 (24.61% from 255) = 16.32%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 53.16%
G = 16.32%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA3E74 (or 0xCA3E74) is known color: Royal Heath. HEX triplet: CA, 3E and 74. RGB value is (202,62,116). Sum of RGB (Red+Green+Blue) = 202+62+116=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E74 is #35C18B. Grayscale: #6D6D6D. Windows color (decimal): -3522956 or 7618250. OLE color: 7618250.

HSL color Cylindrical-coordinate representation of color #CA3E74: hue angle of 336.86º 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 #CA3E74 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 62 116 -
CMYK 0 0.69 0.43 0.21
HSL 336.86º 0.57% 0.52% -
HSV(B) 336.86º 0.69% 0.79% -
XYZ 29.23 17.26 18.31 -
YUV 110.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 202 62 116 0 0.69 0.43 0.21 336.86 0.57 0.52
Hex CA 3E 74 0 45 2B 15 151 39 34
Octal 312 76 164 0 105 53 25 521 71 64
Binary 11001010 111110 1110100 0 1000101 101011 10101 101010001 111001 110100

Color Harmonies of #CA3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E74

Black with #CA3E74

Text Example


Text Example

White with #CA3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E74; }

 p { color: rgb(202,62,116); }

 H1.HeaderClassName
 {
   color: #CA3E74;
 }
 .AnyTagClassName
 {
   color: #CA3E74;
 }
</style>

background-color css

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

 a { background-color: rgb(202,62,116); }

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

border-color css

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

 span { border-color: rgb(202,62,116); }

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