Html Css Color HEX #C4507D Royal Heath

📋 copy color: '#C4507D'

red 196 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #C4507D

Tints of Royal Heath #C4507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

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

R = 48.88%
G = 19.95%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4507D (or 0xC4507D) is known color: Royal Heath. HEX triplet: C4, 50 and 7D. RGB value is (196,80,125). Sum of RGB (Red+Green+Blue) = 196+80+125=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4507D is #3BAF82. Grayscale: #777777. Windows color (decimal): -3911555 or 8212676. OLE color: 8212676.

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

Color convert

RGB 196 80 125 -
CMYK 0 0.59 0.36 0.23
HSL 336.72º 0.5% 0.54% -
HSV(B) 336.72º 0.59% 0.77% -
XYZ 29.34 18.95 21.51 -
YUV 119.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 196 80 125 0 0.59 0.36 0.23 336.72 0.5 0.54
Hex C4 50 7D 0 3B 24 17 151 32 36
Octal 304 120 175 0 73 44 27 521 62 66
Binary 11000100 1010000 1111101 0 111011 100100 10111 101010001 110010 110110

Color Harmonies of #C4507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4507D

Black with #C4507D

Text Example


Text Example

White with #C4507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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