Html Css Color HEX #C2557A Royal Heath

📋 copy color: '#C2557A'

red 194 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #C2557A

Tints of Royal Heath #C2557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 48.38%
G = 21.2%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2557A (or 0xC2557A) is known color: Royal Heath. HEX triplet: C2, 55 and 7A. RGB value is (194,85,122). Sum of RGB (Red+Green+Blue) = 194+85+122=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2557A is #3DAA85. Grayscale: #797979. Windows color (decimal): -4041350 or 8017346. OLE color: 8017346.

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

Color convert

RGB 194 85 122 -
CMYK 0 0.56 0.37 0.24
HSL 339.63º 0.47% 0.55% -
HSV(B) 339.63º 0.56% 0.76% -
XYZ 29.01 19.37 20.62 -
YUV 121.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 194 85 122 0 0.56 0.37 0.24 339.63 0.47 0.55
Hex C2 55 7A 0 38 25 18 154 2F 37
Octal 302 125 172 0 70 45 30 524 57 67
Binary 11000010 1010101 1111010 0 111000 100101 11000 101010100 101111 110111

Color Harmonies of #C2557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2557A

Black with #C2557A

Text Example


Text Example

White with #C2557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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