Html Css Color HEX #C3547D Royal Heath

📋 copy color: '#C3547D'

red 195 ◦ green 84 ◦ blue 125

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

Shades of Royal Heath #C3547D

Tints of Royal Heath #C3547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 48.27%
G = 20.79%
B = 30.94%

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

#C3547D (or 0xC3547D) is known color: Royal Heath. HEX triplet: C3, 54 and 7D. RGB value is (195,84,125). Sum of RGB (Red+Green+Blue) = 195+84+125=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3547D is #3CAB82. Grayscale: #797979. Windows color (decimal): -3976067 or 8213699. OLE color: 8213699.

HSL color Cylindrical-coordinate representation of color #C3547D: hue angle of 337.84º 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 #C3547D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 125 -
CMYK 0 0.57 0.36 0.24
HSL 337.84º 0.48% 0.55% -
HSV(B) 337.84º 0.57% 0.76% -
XYZ 29.38 19.42 21.6 -
YUV 121.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 195 84 125 0 0.57 0.36 0.24 337.84 0.48 0.55
Hex C3 54 7D 0 39 24 18 152 30 37
Octal 303 124 175 0 71 44 30 522 60 67
Binary 11000011 1010100 1111101 0 111001 100100 11000 101010010 110000 110111

Color Harmonies of #C3547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3547D

Black with #C3547D

Text Example


Text Example

White with #C3547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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