Html Css Color HEX #C3547C Royal Heath

📋 copy color: '#C3547C'

red 195 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #C3547C

Tints of Royal Heath #C3547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.84%

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

R = 48.39%
G = 20.84%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3547C (or 0xC3547C) is known color: Royal Heath. HEX triplet: C3, 54 and 7C. RGB value is (195,84,124). Sum of RGB (Red+Green+Blue) = 195+84+124=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547C is #3CAB83. Grayscale: #797979. Windows color (decimal): -3976068 or 8148163. OLE color: 8148163.

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

Color convert

RGB 195 84 124 -
CMYK 0 0.57 0.36 0.24
HSL 338.38º 0.48% 0.55% -
HSV(B) 338.38º 0.57% 0.76% -
XYZ 29.31 19.4 21.27 -
YUV 121.75 129.27 180.25 -
System Red Green Blue C M Y K H S L
Decimal 195 84 124 0 0.57 0.36 0.24 338.38 0.48 0.55
Hex C3 54 7C 0 39 24 18 152 30 37
Octal 303 124 174 0 71 44 30 522 60 67
Binary 11000011 1010100 1111100 0 111001 100100 11000 101010010 110000 110111

Color Harmonies of #C3547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3547C

Black with #C3547C

Text Example


Text Example

White with #C3547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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