Html Css Color HEX #C4527D Royal Heath

📋 copy color: '#C4527D'

red 196 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #C4527D

Tints of Royal Heath #C4527D

RGB

 RED value IS 196 (76.95% from 255) = 48.64%

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

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

R = 48.64%
G = 20.35%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4527D (or 0xC4527D) is known color: Royal Heath. HEX triplet: C4, 52 and 7D. RGB value is (196,82,125). Sum of RGB (Red+Green+Blue) = 196+82+125=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4527D is #3BAD82. Grayscale: #787878. Windows color (decimal): -3911043 or 8213188. OLE color: 8213188.

HSL color Cylindrical-coordinate representation of color #C4527D: hue angle of 337.37º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4527D is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 125 -
CMYK 0 0.58 0.36 0.23
HSL 337.37º 0.49% 0.55% -
HSV(B) 337.37º 0.58% 0.77% -
XYZ 29.48 19.25 21.56 -
YUV 120.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 196 82 125 0 0.58 0.36 0.23 337.37 0.49 0.55
Hex C4 52 7D 0 3A 24 17 151 31 37
Octal 304 122 175 0 72 44 27 521 61 67
Binary 11000100 1010010 1111101 0 111010 100100 10111 101010001 110001 110111

Color Harmonies of #C4527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4527D

Black with #C4527D

Text Example


Text Example

White with #C4527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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