Html Css Color HEX #C1547B Royal Heath

📋 copy color: '#C1547B'

red 193 ◦ green 84 ◦ blue 123

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

Shades of Royal Heath #C1547B

Tints of Royal Heath #C1547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 48.25%
G = 21%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1547B (or 0xC1547B) is known color: Royal Heath. HEX triplet: C1, 54 and 7B. RGB value is (193,84,123). Sum of RGB (Red+Green+Blue) = 193+84+123=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1547B is #3EAB84. Grayscale: #787878. Windows color (decimal): -4107141 or 8082625. OLE color: 8082625.

HSL color Cylindrical-coordinate representation of color #C1547B: hue angle of 338.53º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1547B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 123 -
CMYK 0 0.56 0.36 0.24
HSL 338.53º 0.47% 0.54% -
HSV(B) 338.53º 0.56% 0.76% -
XYZ 28.74 19.11 20.91 -
YUV 121.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 193 84 123 0 0.56 0.36 0.24 338.53 0.47 0.54
Hex C1 54 7B 0 38 24 18 153 2F 36
Octal 301 124 173 0 70 44 30 523 57 66
Binary 11000001 1010100 1111011 0 111000 100100 11000 101010011 101111 110110

Color Harmonies of #C1547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1547B

Black with #C1547B

Text Example


Text Example

White with #C1547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1547B; }

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

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

background-color css

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

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

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

border-color css

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

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

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