Html Css Color HEX #C2587F Royal Heath

📋 copy color: '#C2587F'

red 194 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #C2587F

Tints of Royal Heath #C2587F

RGB

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

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

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

R = 47.43%
G = 21.52%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2587F (or 0xC2587F) is known color: Royal Heath. HEX triplet: C2, 58 and 7F. RGB value is (194,88,127). Sum of RGB (Red+Green+Blue) = 194+88+127=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2587F is #3DA780. Grayscale: #7C7C7C. Windows color (decimal): -4040577 or 8345794. OLE color: 8345794.

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

Color convert

RGB 194 88 127 -
CMYK 0 0.55 0.35 0.24
HSL 337.92º 0.46% 0.55% -
HSV(B) 337.92º 0.55% 0.76% -
XYZ 29.57 19.98 22.38 -
YUV 124.14 129.62 177.83 -
System Red Green Blue C M Y K H S L
Decimal 194 88 127 0 0.55 0.35 0.24 337.92 0.46 0.55
Hex C2 58 7F 0 37 23 18 152 2E 37
Octal 302 130 177 0 67 43 30 522 56 67
Binary 11000010 1011000 1111111 0 110111 100011 11000 101010010 101110 110111

Color Harmonies of #C2587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2587F

Black with #C2587F

Text Example


Text Example

White with #C2587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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