Html Css Color HEX #C1597F Royal Heath

📋 copy color: '#C1597F'

red 193 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #C1597F

Tints of Royal Heath #C1597F

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

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

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

R = 47.19%
G = 21.76%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1597F (or 0xC1597F) is known color: Royal Heath. HEX triplet: C1, 59 and 7F. RGB value is (193,89,127). Sum of RGB (Red+Green+Blue) = 193+89+127=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597F is #3EA680. Grayscale: #7C7C7C. Windows color (decimal): -4105857 or 8346049. OLE color: 8346049.

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

Color convert

RGB 193 89 127 -
CMYK 0 0.54 0.34 0.24
HSL 338.08º 0.46% 0.55% -
HSV(B) 338.08º 0.54% 0.76% -
XYZ 29.4 20.01 22.39 -
YUV 124.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 193 89 127 0 0.54 0.34 0.24 338.08 0.46 0.55
Hex C1 59 7F 0 36 22 18 152 2E 37
Octal 301 131 177 0 66 42 30 522 56 67
Binary 11000001 1011001 1111111 0 110110 100010 11000 101010010 101110 110111

Color Harmonies of #C1597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1597F

Black with #C1597F

Text Example


Text Example

White with #C1597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1597F; }

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

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

background-color css

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

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

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

border-color css

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

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

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