Html Css Color HEX #C3497C Royal Heath

📋 copy color: '#C3497C'

red 195 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #C3497C

Tints of Royal Heath #C3497C

RGB

 RED value IS 195 (76.56% from 255) = 49.74%

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 49.74%
G = 18.62%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3497C (or 0xC3497C) is known color: Royal Heath. HEX triplet: C3, 49 and 7C. RGB value is (195,73,124). Sum of RGB (Red+Green+Blue) = 195+73+124=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497C is #3CB683. Grayscale: #737373. Windows color (decimal): -3978884 or 8145347. OLE color: 8145347.

HSL color Cylindrical-coordinate representation of color #C3497C: hue angle of 334.92º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3497C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 124 -
CMYK 0 0.63 0.36 0.24
HSL 334.92º 0.5% 0.53% -
HSV(B) 334.92º 0.63% 0.76% -
XYZ 28.53 17.82 21.01 -
YUV 115.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 195 73 124 0 0.63 0.36 0.24 334.92 0.5 0.53
Hex C3 49 7C 0 3F 24 18 14F 32 35
Octal 303 111 174 0 77 44 30 517 62 65
Binary 11000011 1001001 1111100 0 111111 100100 11000 101001111 110010 110101

Color Harmonies of #C3497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3497C

Black with #C3497C

Text Example


Text Example

White with #C3497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3497C; }

 p { color: rgb(195,73,124); }

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

background-color css

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

 a { background-color: rgb(195,73,124); }

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

border-color css

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

 span { border-color: rgb(195,73,124); }

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