Html Css Color HEX #C2587C Royal Heath

📋 copy color: '#C2587C'

red 194 ◦ green 88 ◦ blue 124

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

Shades of Royal Heath #C2587C

Tints of Royal Heath #C2587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 47.78%
G = 21.67%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2587C (or 0xC2587C) is known color: Royal Heath. HEX triplet: C2, 58 and 7C. RGB value is (194,88,124). Sum of RGB (Red+Green+Blue) = 194+88+124=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2587C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2587C is #3DA783. Grayscale: #7B7B7B. Windows color (decimal): -4040580 or 8149186. OLE color: 8149186.

HSL color Cylindrical-coordinate representation of color #C2587C: hue angle of 339.62º degrees, saturation: 0.46, 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 #C2587C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 124 -
CMYK 0 0.55 0.36 0.24
HSL 339.62º 0.46% 0.55% -
HSV(B) 339.62º 0.55% 0.76% -
XYZ 29.38 19.9 21.36 -
YUV 123.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 194 88 124 0 0.55 0.36 0.24 339.62 0.46 0.55
Hex C2 58 7C 0 37 24 18 154 2E 37
Octal 302 130 174 0 67 44 30 524 56 67
Binary 11000010 1011000 1111100 0 110111 100100 11000 101010100 101110 110111

Color Harmonies of #C2587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2587C

Black with #C2587C

Text Example


Text Example

White with #C2587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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