Html Css Color HEX #C0446A Royal Heath

📋 copy color: '#C0446A'

red 192 ◦ green 68 ◦ blue 106

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

Shades of Royal Heath #C0446A

Tints of Royal Heath #C0446A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 52.46%
G = 18.58%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0446A (or 0xC0446A) is known color: Royal Heath. HEX triplet: C0, 44 and 6A. RGB value is (192,68,106). Sum of RGB (Red+Green+Blue) = 192+68+106=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0446A is #3FBB95. Grayscale: #6D6D6D. Windows color (decimal): -4176790 or 6964416. OLE color: 6964416.

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

Color convert

RGB 192 68 106 -
CMYK 0 0.65 0.45 0.25
HSL 341.61º 0.5% 0.51% -
HSV(B) 341.61º 0.65% 0.75% -
XYZ 26.41 16.38 15.41 -
YUV 109.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 192 68 106 0 0.65 0.45 0.25 341.61 0.5 0.51
Hex C0 44 6A 0 41 2D 19 156 32 33
Octal 300 104 152 0 101 55 31 526 62 63
Binary 11000000 1000100 1101010 0 1000001 101101 11001 101010110 110010 110011

Color Harmonies of #C0446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0446A

Black with #C0446A

Text Example


Text Example

White with #C0446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0446A; }

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

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

background-color css

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

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

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

border-color css

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

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

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