Html Css Color HEX #C1567B Royal Heath

📋 copy color: '#C1567B'

red 193 ◦ green 86 ◦ blue 123

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

Shades of Royal Heath #C1567B

Tints of Royal Heath #C1567B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 48.01%
G = 21.39%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1567B (or 0xC1567B) is known color: Royal Heath. HEX triplet: C1, 56 and 7B. RGB value is (193,86,123). Sum of RGB (Red+Green+Blue) = 193+86+123=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1567B is #3EA984. Grayscale: #7A7A7A. Windows color (decimal): -4106629 or 8083137. OLE color: 8083137.

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

Color convert

RGB 193 86 123 -
CMYK 0 0.55 0.36 0.24
HSL 339.25º 0.46% 0.55% -
HSV(B) 339.25º 0.55% 0.76% -
XYZ 28.9 19.42 20.96 -
YUV 122.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 193 86 123 0 0.55 0.36 0.24 339.25 0.46 0.55
Hex C1 56 7B 0 37 24 18 153 2E 37
Octal 301 126 173 0 67 44 30 523 56 67
Binary 11000001 1010110 1111011 0 110111 100100 11000 101010011 101110 110111

Color Harmonies of #C1567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1567B

Black with #C1567B

Text Example


Text Example

White with #C1567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1567B; }

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

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

background-color css

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

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

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

border-color css

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

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

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