Html Css Color HEX #C3527D Royal Heath

📋 copy color: '#C3527D'

red 195 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #C3527D

Tints of Royal Heath #C3527D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.4%

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

R = 48.51%
G = 20.4%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3527D (or 0xC3527D) is known color: Royal Heath. HEX triplet: C3, 52 and 7D. RGB value is (195,82,125). Sum of RGB (Red+Green+Blue) = 195+82+125=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3527D is #3CAD82. Grayscale: #787878. Windows color (decimal): -3976579 or 8213187. OLE color: 8213187.

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

Color convert

RGB 195 82 125 -
CMYK 0 0.58 0.36 0.24
HSL 337.17º 0.48% 0.54% -
HSV(B) 337.17º 0.58% 0.76% -
XYZ 29.22 19.12 21.55 -
YUV 120.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 195 82 125 0 0.58 0.36 0.24 337.17 0.48 0.54
Hex C3 52 7D 0 3A 24 18 151 30 36
Octal 303 122 175 0 72 44 30 521 60 66
Binary 11000011 1010010 1111101 0 111010 100100 11000 101010001 110000 110110

Color Harmonies of #C3527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3527D

Black with #C3527D

Text Example


Text Example

White with #C3527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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