Html Css Color HEX #C2597C Royal Heath

📋 copy color: '#C2597C'

red 194 ◦ green 89 ◦ blue 124

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

Shades of Royal Heath #C2597C

Tints of Royal Heath #C2597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

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

R = 47.67%
G = 21.87%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2597C (or 0xC2597C) is known color: Royal Heath. HEX triplet: C2, 59 and 7C. RGB value is (194,89,124). Sum of RGB (Red+Green+Blue) = 194+89+124=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2597C is #3DA683. Grayscale: #7C7C7C. Windows color (decimal): -4040324 or 8149442. OLE color: 8149442.

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

Color convert

RGB 194 89 124 -
CMYK 0 0.54 0.36 0.24
HSL 340º 0.46% 0.55% -
HSV(B) 340º 0.54% 0.76% -
XYZ 29.46 20.07 21.39 -
YUV 124.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 194 89 124 0 0.54 0.36 0.24 340 0.46 0.55
Hex C2 59 7C 0 36 24 18 154 2E 37
Octal 302 131 174 0 66 44 30 524 56 67
Binary 11000010 1011001 1111100 0 110110 100100 11000 101010100 101110 110111

Color Harmonies of #C2597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2597C

Black with #C2597C

Text Example


Text Example

White with #C2597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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