Html Css Color HEX #C2577B Royal Heath

📋 copy color: '#C2577B'

red 194 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #C2577B

Tints of Royal Heath #C2577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 123 (48.44% from 255) = 30.45%

R = 48.02%
G = 21.53%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2577B (or 0xC2577B) is known color: Royal Heath. HEX triplet: C2, 57 and 7B. RGB value is (194,87,123). Sum of RGB (Red+Green+Blue) = 194+87+123=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2577B is #3DA884. Grayscale: #7B7B7B. Windows color (decimal): -4040837 or 8083394. OLE color: 8083394.

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

Color convert

RGB 194 87 123 -
CMYK 0 0.55 0.37 0.24
HSL 339.81º 0.47% 0.55% -
HSV(B) 339.81º 0.55% 0.76% -
XYZ 29.23 19.72 21 -
YUV 123.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 194 87 123 0 0.55 0.37 0.24 339.81 0.47 0.55
Hex C2 57 7B 0 37 25 18 154 2F 37
Octal 302 127 173 0 67 45 30 524 57 67
Binary 11000010 1010111 1111011 0 110111 100101 11000 101010100 101111 110111

Color Harmonies of #C2577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2577B

Black with #C2577B

Text Example


Text Example

White with #C2577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2577B; }

 p { color: rgb(194,87,123); }

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

background-color css

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

 a { background-color: rgb(194,87,123); }

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

border-color css

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

 span { border-color: rgb(194,87,123); }

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