Html Css Color HEX #C0466D Royal Heath

📋 copy color: '#C0466D'

red 192 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #C0466D

Tints of Royal Heath #C0466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 51.75%
G = 18.87%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0466D (or 0xC0466D) is known color: Royal Heath. HEX triplet: C0, 46 and 6D. RGB value is (192,70,109). Sum of RGB (Red+Green+Blue) = 192+70+109=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0466D is #3FB992. Grayscale: #6E6E6E. Windows color (decimal): -4176275 or 7161536. OLE color: 7161536.

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

Color convert

RGB 192 70 109 -
CMYK 0 0.64 0.43 0.25
HSL 340.82º 0.49% 0.51% -
HSV(B) 340.82º 0.64% 0.75% -
XYZ 26.69 16.69 16.28 -
YUV 110.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 192 70 109 0 0.64 0.43 0.25 340.82 0.49 0.51
Hex C0 46 6D 0 40 2B 19 155 31 33
Octal 300 106 155 0 100 53 31 525 61 63
Binary 11000000 1000110 1101101 0 1000000 101011 11001 101010101 110001 110011

Color Harmonies of #C0466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0466D

Black with #C0466D

Text Example


Text Example

White with #C0466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0466D; }

 p { color: rgb(192,70,109); }

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

background-color css

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

 a { background-color: rgb(192,70,109); }

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

border-color css

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

 span { border-color: rgb(192,70,109); }

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