Html Css Color HEX #C1587B Royal Heath

📋 copy color: '#C1587B'

red 193 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #C1587B

Tints of Royal Heath #C1587B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

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

R = 47.77%
G = 21.78%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1587B (or 0xC1587B) is known color: Royal Heath. HEX triplet: C1, 58 and 7B. RGB value is (193,88,123). Sum of RGB (Red+Green+Blue) = 193+88+123=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1587B is #3EA784. Grayscale: #7B7B7B. Windows color (decimal): -4106117 or 8083649. OLE color: 8083649.

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

Color convert

RGB 193 88 123 -
CMYK 0 0.54 0.36 0.24
HSL 340º 0.46% 0.55% -
HSV(B) 340º 0.54% 0.76% -
XYZ 29.06 19.75 21.02 -
YUV 123.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 193 88 123 0 0.54 0.36 0.24 340 0.46 0.55
Hex C1 58 7B 0 36 24 18 154 2E 37
Octal 301 130 173 0 66 44 30 524 56 67
Binary 11000001 1011000 1111011 0 110110 100100 11000 101010100 101110 110111

Color Harmonies of #C1587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1587B

Black with #C1587B

Text Example


Text Example

White with #C1587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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