Html Css Color HEX #C2597D Royal Heath

📋 copy color: '#C2597D'

red 194 ◦ green 89 ◦ blue 125

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

Shades of Royal Heath #C2597D

Tints of Royal Heath #C2597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 47.55%
G = 21.81%
B = 30.64%

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

#C2597D (or 0xC2597D) is known color: Royal Heath. HEX triplet: C2, 59 and 7D. RGB value is (194,89,125). Sum of RGB (Red+Green+Blue) = 194+89+125=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2597D is #3DA682. Grayscale: #7C7C7C. Windows color (decimal): -4040323 or 8214978. OLE color: 8214978.

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

Color convert

RGB 194 89 125 -
CMYK 0 0.54 0.36 0.24
HSL 339.43º 0.46% 0.55% -
HSV(B) 339.43º 0.54% 0.76% -
XYZ 29.52 20.09 21.72 -
YUV 124.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 194 89 125 0 0.54 0.36 0.24 339.43 0.46 0.55
Hex C2 59 7D 0 36 24 18 153 2E 37
Octal 302 131 175 0 66 44 30 523 56 67
Binary 11000010 1011001 1111101 0 110110 100100 11000 101010011 101110 110111

Color Harmonies of #C2597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2597D

Black with #C2597D

Text Example


Text Example

White with #C2597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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