Html Css Color HEX #C1447B Royal Heath

📋 copy color: '#C1447B'

red 193 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #C1447B

Tints of Royal Heath #C1447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

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

R = 50.26%
G = 17.71%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1447B (or 0xC1447B) is known color: Royal Heath. HEX triplet: C1, 44 and 7B. RGB value is (193,68,123). Sum of RGB (Red+Green+Blue) = 193+68+123=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447B is #3EBB84. Grayscale: #6F6F6F. Windows color (decimal): -4111237 or 8078529. OLE color: 8078529.

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

Color convert

RGB 193 68 123 -
CMYK 0 0.65 0.36 0.24
HSL 333.6º 0.5% 0.51% -
HSV(B) 333.6º 0.65% 0.76% -
XYZ 27.63 16.9 20.54 -
YUV 111.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 193 68 123 0 0.65 0.36 0.24 333.6 0.5 0.51
Hex C1 44 7B 0 41 24 18 14E 32 33
Octal 301 104 173 0 101 44 30 516 62 63
Binary 11000001 1000100 1111011 0 1000001 100100 11000 101001110 110010 110011

Color Harmonies of #C1447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1447B

Black with #C1447B

Text Example


Text Example

White with #C1447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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