Html Css Color HEX #C3487C Royal Heath

📋 copy color: '#C3487C'

red 195 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #C3487C

Tints of Royal Heath #C3487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

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

R = 49.87%
G = 18.41%
B = 31.71%

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

#C3487C (or 0xC3487C) is known color: Royal Heath. HEX triplet: C3, 48 and 7C. RGB value is (195,72,124). Sum of RGB (Red+Green+Blue) = 195+72+124=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3487C is #3CB783. Grayscale: #727272. Windows color (decimal): -3979140 or 8145091. OLE color: 8145091.

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

Color convert

RGB 195 72 124 -
CMYK 0 0.63 0.36 0.24
HSL 334.63º 0.51% 0.52% -
HSV(B) 334.63º 0.63% 0.76% -
XYZ 28.46 17.69 20.98 -
YUV 114.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 195 72 124 0 0.63 0.36 0.24 334.63 0.51 0.52
Hex C3 48 7C 0 3F 24 18 14F 33 34
Octal 303 110 174 0 77 44 30 517 63 64
Binary 11000011 1001000 1111100 0 111111 100100 11000 101001111 110011 110100

Color Harmonies of #C3487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3487C

Black with #C3487C

Text Example


Text Example

White with #C3487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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