Html Css Color HEX #C24168 Royal Heath

📋 copy color: '#C24168'

red 194 ◦ green 65 ◦ blue 104

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

Shades of Royal Heath #C24168

Tints of Royal Heath #C24168

RGB

 RED value IS 194 (76.17% from 255) = 53.44%

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 53.44%
G = 17.91%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C24168 (or 0xC24168) is known color: Royal Heath. HEX triplet: C2, 41 and 68. RGB value is (194,65,104). Sum of RGB (Red+Green+Blue) = 194+65+104=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24168 is #3DBE97. Grayscale: #6B6B6B. Windows color (decimal): -4046488 or 6832578. OLE color: 6832578.

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

Color convert

RGB 194 65 104 -
CMYK 0 0.66 0.46 0.24
HSL 341.86º 0.51% 0.51% -
HSV(B) 341.86º 0.66% 0.76% -
XYZ 26.64 16.25 14.83 -
YUV 108.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 194 65 104 0 0.66 0.46 0.24 341.86 0.51 0.51
Hex C2 41 68 0 42 2E 18 156 33 33
Octal 302 101 150 0 102 56 30 526 63 63
Binary 11000010 1000001 1101000 0 1000010 101110 11000 101010110 110011 110011

Color Harmonies of #C24168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24168

Black with #C24168

Text Example


Text Example

White with #C24168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24168; }

 p { color: rgb(194,65,104); }

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

background-color css

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

 a { background-color: rgb(194,65,104); }

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

border-color css

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

 span { border-color: rgb(194,65,104); }

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