Html Css Color HEX #C2597F Royal Heath

📋 copy color: '#C2597F'

red 194 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #C2597F

Tints of Royal Heath #C2597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.98%

R = 47.32%
G = 21.71%
B = 30.98%

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

#C2597F (or 0xC2597F) is known color: Royal Heath. HEX triplet: C2, 59 and 7F. RGB value is (194,89,127). Sum of RGB (Red+Green+Blue) = 194+89+127=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2597F is #3DA680. Grayscale: #7C7C7C. Windows color (decimal): -4040321 or 8346050. OLE color: 8346050.

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

Color convert

RGB 194 89 127 -
CMYK 0 0.54 0.35 0.24
HSL 338.29º 0.46% 0.55% -
HSV(B) 338.29º 0.54% 0.76% -
XYZ 29.65 20.15 22.4 -
YUV 124.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 194 89 127 0 0.54 0.35 0.24 338.29 0.46 0.55
Hex C2 59 7F 0 36 23 18 152 2E 37
Octal 302 131 177 0 66 43 30 522 56 67
Binary 11000010 1011001 1111111 0 110110 100011 11000 101010010 101110 110111

Color Harmonies of #C2597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2597F

Black with #C2597F

Text Example


Text Example

White with #C2597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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