Html Css Color HEX #C1567E Royal Heath

📋 copy color: '#C1567E'

red 193 ◦ green 86 ◦ blue 126

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

Shades of Royal Heath #C1567E

Tints of Royal Heath #C1567E

RGB

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

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

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

R = 47.65%
G = 21.23%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1567E (or 0xC1567E) is known color: Royal Heath. HEX triplet: C1, 56 and 7E. RGB value is (193,86,126). Sum of RGB (Red+Green+Blue) = 193+86+126=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567E is #3EA981. Grayscale: #7A7A7A. Windows color (decimal): -4106626 or 8279745. OLE color: 8279745.

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

Color convert

RGB 193 86 126 -
CMYK 0 0.55 0.35 0.24
HSL 337.57º 0.46% 0.55% -
HSV(B) 337.57º 0.55% 0.76% -
XYZ 29.09 19.5 21.97 -
YUV 122.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 193 86 126 0 0.55 0.35 0.24 337.57 0.46 0.55
Hex C1 56 7E 0 37 23 18 152 2E 37
Octal 301 126 176 0 67 43 30 522 56 67
Binary 11000001 1010110 1111110 0 110111 100011 11000 101010010 101110 110111

Color Harmonies of #C1567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1567E

Black with #C1567E

Text Example


Text Example

White with #C1567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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