Html Css Color HEX #C2557C Royal Heath

📋 copy color: '#C2557C'

red 194 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #C2557C

Tints of Royal Heath #C2557C

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 48.14%
G = 21.09%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2557C (or 0xC2557C) is known color: Royal Heath. HEX triplet: C2, 55 and 7C. RGB value is (194,85,124). Sum of RGB (Red+Green+Blue) = 194+85+124=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557C is #3DAA83. Grayscale: #797979. Windows color (decimal): -4041348 or 8148418. OLE color: 8148418.

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

Color convert

RGB 194 85 124 -
CMYK 0 0.56 0.36 0.24
HSL 338.53º 0.47% 0.55% -
HSV(B) 338.53º 0.56% 0.76% -
XYZ 29.13 19.42 21.28 -
YUV 122.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 194 85 124 0 0.56 0.36 0.24 338.53 0.47 0.55
Hex C2 55 7C 0 38 24 18 153 2F 37
Octal 302 125 174 0 70 44 30 523 57 67
Binary 11000010 1010101 1111100 0 111000 100100 11000 101010011 101111 110111

Color Harmonies of #C2557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2557C

Black with #C2557C

Text Example


Text Example

White with #C2557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2557C; }

 p { color: rgb(194,85,124); }

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

background-color css

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

 a { background-color: rgb(194,85,124); }

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

border-color css

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

 span { border-color: rgb(194,85,124); }

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