Html Css Color HEX #C1467B Royal Heath

📋 copy color: '#C1467B'

red 193 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #C1467B

Tints of Royal Heath #C1467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.13%

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

R = 50%
G = 18.13%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1467B (or 0xC1467B) is known color: Royal Heath. HEX triplet: C1, 46 and 7B. RGB value is (193,70,123). Sum of RGB (Red+Green+Blue) = 193+70+123=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1467B is #3EB984. Grayscale: #707070. Windows color (decimal): -4110725 or 8079041. OLE color: 8079041.

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

Color convert

RGB 193 70 123 -
CMYK 0 0.64 0.36 0.24
HSL 334.15º 0.5% 0.52% -
HSV(B) 334.15º 0.64% 0.76% -
XYZ 27.76 17.15 20.59 -
YUV 112.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 193 70 123 0 0.64 0.36 0.24 334.15 0.5 0.52
Hex C1 46 7B 0 40 24 18 14E 32 34
Octal 301 106 173 0 100 44 30 516 62 64
Binary 11000001 1000110 1111011 0 1000000 100100 11000 101001110 110010 110100

Color Harmonies of #C1467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1467B

Black with #C1467B

Text Example


Text Example

White with #C1467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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