Html Css Color HEX #C0446E Royal Heath

📋 copy color: '#C0446E'

red 192 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #C0446E

Tints of Royal Heath #C0446E

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 51.89%
G = 18.38%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0446E (or 0xC0446E) is known color: Royal Heath. HEX triplet: C0, 44 and 6E. RGB value is (192,68,110). Sum of RGB (Red+Green+Blue) = 192+68+110=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0446E is #3FBB91. Grayscale: #6D6D6D. Windows color (decimal): -4176786 or 7226560. OLE color: 7226560.

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

Color convert

RGB 192 68 110 -
CMYK 0 0.65 0.43 0.25
HSL 339.68º 0.5% 0.51% -
HSV(B) 339.68º 0.65% 0.75% -
XYZ 26.62 16.47 16.53 -
YUV 109.86 128.08 186.58 -
System Red Green Blue C M Y K H S L
Decimal 192 68 110 0 0.65 0.43 0.25 339.68 0.5 0.51
Hex C0 44 6E 0 41 2B 19 154 32 33
Octal 300 104 156 0 101 53 31 524 62 63
Binary 11000000 1000100 1101110 0 1000001 101011 11001 101010100 110010 110011

Color Harmonies of #C0446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0446E

Black with #C0446E

Text Example


Text Example

White with #C0446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0446E; }

 p { color: rgb(192,68,110); }

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

background-color css

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

 a { background-color: rgb(192,68,110); }

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

border-color css

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

 span { border-color: rgb(192,68,110); }

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