Html Css Color HEX #C2597B Royal Heath

📋 copy color: '#C2597B'

red 194 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #C2597B

Tints of Royal Heath #C2597B

RGB

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

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

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

R = 47.78%
G = 21.92%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2597B (or 0xC2597B) is known color: Royal Heath. HEX triplet: C2, 59 and 7B. RGB value is (194,89,123). Sum of RGB (Red+Green+Blue) = 194+89+123=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2597B is #3DA684. Grayscale: #7C7C7C. Windows color (decimal): -4040325 or 8083906. OLE color: 8083906.

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

Color convert

RGB 194 89 123 -
CMYK 0 0.54 0.37 0.24
HSL 340.57º 0.46% 0.55% -
HSV(B) 340.57º 0.54% 0.76% -
XYZ 29.4 20.04 21.06 -
YUV 124.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 194 89 123 0 0.54 0.37 0.24 340.57 0.46 0.55
Hex C2 59 7B 0 36 25 18 155 2E 37
Octal 302 131 173 0 66 45 30 525 56 67
Binary 11000010 1011001 1111011 0 110110 100101 11000 101010101 101110 110111

Color Harmonies of #C2597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2597B

Black with #C2597B

Text Example


Text Example

White with #C2597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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