Html Css Color HEX #C2597E Royal Heath

📋 copy color: '#C2597E'

red 194 ◦ green 89 ◦ blue 126

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

Shades of Royal Heath #C2597E

Tints of Royal Heath #C2597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 47.43%
G = 21.76%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2597E (or 0xC2597E) is known color: Royal Heath. HEX triplet: C2, 59 and 7E. RGB value is (194,89,126). Sum of RGB (Red+Green+Blue) = 194+89+126=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2597E is #3DA681. Grayscale: #7C7C7C. Windows color (decimal): -4040322 or 8280514. OLE color: 8280514.

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

Color convert

RGB 194 89 126 -
CMYK 0 0.54 0.35 0.24
HSL 338.86º 0.46% 0.55% -
HSV(B) 338.86º 0.54% 0.76% -
XYZ 29.59 20.12 22.06 -
YUV 124.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 194 89 126 0 0.54 0.35 0.24 338.86 0.46 0.55
Hex C2 59 7E 0 36 23 18 153 2E 37
Octal 302 131 176 0 66 43 30 523 56 67
Binary 11000010 1011001 1111110 0 110110 100011 11000 101010011 101110 110111

Color Harmonies of #C2597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2597E

Black with #C2597E

Text Example


Text Example

White with #C2597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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