Html Css Color HEX #C1567F Royal Heath

📋 copy color: '#C1567F'

red 193 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #C1567F

Tints of Royal Heath #C1567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

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

R = 47.54%
G = 21.18%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1567F (or 0xC1567F) is known color: Royal Heath. HEX triplet: C1, 56 and 7F. RGB value is (193,86,127). Sum of RGB (Red+Green+Blue) = 193+86+127=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567F is #3EA980. Grayscale: #7A7A7A. Windows color (decimal): -4106625 or 8345281. OLE color: 8345281.

HSL color Cylindrical-coordinate representation of color #C1567F: hue angle of 337.01º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1567F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 86 127 -
CMYK 0 0.55 0.34 0.24
HSL 337.01º 0.46% 0.55% -
HSV(B) 337.01º 0.55% 0.76% -
XYZ 29.15 19.53 22.31 -
YUV 122.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 193 86 127 0 0.55 0.34 0.24 337.01 0.46 0.55
Hex C1 56 7F 0 37 22 18 151 2E 37
Octal 301 126 177 0 67 42 30 521 56 67
Binary 11000001 1010110 1111111 0 110111 100010 11000 101010001 101110 110111

Color Harmonies of #C1567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1567F

Black with #C1567F

Text Example


Text Example

White with #C1567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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