Html Css Color HEX #C2587B Royal Heath

📋 copy color: '#C2587B'

red 194 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #C2587B

Tints of Royal Heath #C2587B

RGB

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

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

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

R = 47.9%
G = 21.73%
B = 30.37%

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

#C2587B (or 0xC2587B) is known color: Royal Heath. HEX triplet: C2, 58 and 7B. RGB value is (194,88,123). Sum of RGB (Red+Green+Blue) = 194+88+123=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2587B is #3DA784. Grayscale: #7B7B7B. Windows color (decimal): -4040581 or 8083650. OLE color: 8083650.

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

Color convert

RGB 194 88 123 -
CMYK 0 0.55 0.37 0.24
HSL 340.19º 0.46% 0.55% -
HSV(B) 340.19º 0.55% 0.76% -
XYZ 29.31 19.88 21.03 -
YUV 123.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 194 88 123 0 0.55 0.37 0.24 340.19 0.46 0.55
Hex C2 58 7B 0 37 25 18 154 2E 37
Octal 302 130 173 0 67 45 30 524 56 67
Binary 11000010 1011000 1111011 0 110111 100101 11000 101010100 101110 110111

Color Harmonies of #C2587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2587B

Black with #C2587B

Text Example


Text Example

White with #C2587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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