Html Css Color HEX #C1446C Royal Heath

📋 copy color: '#C1446C'

red 193 ◦ green 68 ◦ blue 108

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

Shades of Royal Heath #C1446C

Tints of Royal Heath #C1446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 52.3%
G = 18.43%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1446C (or 0xC1446C) is known color: Royal Heath. HEX triplet: C1, 44 and 6C. RGB value is (193,68,108). Sum of RGB (Red+Green+Blue) = 193+68+108=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C1446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1446C is #3EBB93. Grayscale: #6D6D6D. Windows color (decimal): -4111252 or 7095489. OLE color: 7095489.

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

Color convert

RGB 193 68 108 -
CMYK 0 0.65 0.44 0.24
HSL 340.8º 0.5% 0.51% -
HSV(B) 340.8º 0.65% 0.76% -
XYZ 26.77 16.55 15.97 -
YUV 109.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 193 68 108 0 0.65 0.44 0.24 340.8 0.5 0.51
Hex C1 44 6C 0 41 2C 18 155 32 33
Octal 301 104 154 0 101 54 30 525 62 63
Binary 11000001 1000100 1101100 0 1000001 101100 11000 101010101 110010 110011

Color Harmonies of #C1446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1446C

Black with #C1446C

Text Example


Text Example

White with #C1446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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