Html Css Color HEX #C0446F Royal Heath

📋 copy color: '#C0446F'

red 192 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #C0446F

Tints of Royal Heath #C0446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.92%

R = 51.75%
G = 18.33%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0446F (or 0xC0446F) is known color: Royal Heath. HEX triplet: C0, 44 and 6F. RGB value is (192,68,111). Sum of RGB (Red+Green+Blue) = 192+68+111=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0446F is #3FBB90. Grayscale: #6D6D6D. Windows color (decimal): -4176785 or 7292096. OLE color: 7292096.

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

Color convert

RGB 192 68 111 -
CMYK 0 0.65 0.42 0.25
HSL 339.19º 0.5% 0.51% -
HSV(B) 339.19º 0.65% 0.75% -
XYZ 26.67 16.49 16.82 -
YUV 109.98 128.58 186.5 -
System Red Green Blue C M Y K H S L
Decimal 192 68 111 0 0.65 0.42 0.25 339.19 0.5 0.51
Hex C0 44 6F 0 41 2A 19 153 32 33
Octal 300 104 157 0 101 52 31 523 62 63
Binary 11000000 1000100 1101111 0 1000001 101010 11001 101010011 110010 110011

Color Harmonies of #C0446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0446F

Black with #C0446F

Text Example


Text Example

White with #C0446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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