Html Css Color HEX #C1456B Royal Heath

📋 copy color: '#C1456B'

red 193 ◦ green 69 ◦ blue 107

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

Shades of Royal Heath #C1456B

Tints of Royal Heath #C1456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.7%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 52.3%
G = 18.7%
B = 29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1456B (or 0xC1456B) is known color: Royal Heath. HEX triplet: C1, 45 and 6B. RGB value is (193,69,107). Sum of RGB (Red+Green+Blue) = 193+69+107=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1456B is #3EBA94. Grayscale: #6E6E6E. Windows color (decimal): -4110997 or 7030209. OLE color: 7030209.

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

Color convert

RGB 193 69 107 -
CMYK 0 0.64 0.45 0.24
HSL 341.61º 0.5% 0.51% -
HSV(B) 341.61º 0.64% 0.76% -
XYZ 26.77 16.66 15.71 -
YUV 110.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 193 69 107 0 0.64 0.45 0.24 341.61 0.5 0.51
Hex C1 45 6B 0 40 2D 18 156 32 33
Octal 301 105 153 0 100 55 30 526 62 63
Binary 11000001 1000101 1101011 0 1000000 101101 11000 101010110 110010 110011

Color Harmonies of #C1456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1456B

Black with #C1456B

Text Example


Text Example

White with #C1456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1456B; }

 p { color: rgb(193,69,107); }

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

background-color css

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

 a { background-color: rgb(193,69,107); }

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

border-color css

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

 span { border-color: rgb(193,69,107); }

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