Html Css Color HEX #C2557F Royal Heath

📋 copy color: '#C2557F'

red 194 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #C2557F

Tints of Royal Heath #C2557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.28%

R = 47.78%
G = 20.94%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2557F (or 0xC2557F) is known color: Royal Heath. HEX triplet: C2, 55 and 7F. RGB value is (194,85,127). Sum of RGB (Red+Green+Blue) = 194+85+127=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557F is #3DAA80. Grayscale: #7A7A7A. Windows color (decimal): -4041345 or 8345026. OLE color: 8345026.

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

Color convert

RGB 194 85 127 -
CMYK 0 0.56 0.35 0.24
HSL 336.88º 0.47% 0.55% -
HSV(B) 336.88º 0.56% 0.76% -
XYZ 29.33 19.5 22.3 -
YUV 122.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 194 85 127 0 0.56 0.35 0.24 336.88 0.47 0.55
Hex C2 55 7F 0 38 23 18 151 2F 37
Octal 302 125 177 0 70 43 30 521 57 67
Binary 11000010 1010101 1111111 0 111000 100011 11000 101010001 101111 110111

Color Harmonies of #C2557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2557F

Black with #C2557F

Text Example


Text Example

White with #C2557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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