Html Css Color HEX #C0466E Royal Heath

📋 copy color: '#C0466E'

red 192 ◦ green 70 ◦ blue 110

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

Shades of Royal Heath #C0466E

Tints of Royal Heath #C0466E

RGB

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

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

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

R = 51.61%
G = 18.82%
B = 29.57%

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

#C0466E (or 0xC0466E) is known color: Royal Heath. HEX triplet: C0, 46 and 6E. RGB value is (192,70,110). Sum of RGB (Red+Green+Blue) = 192+70+110=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0466E is #3FB991. Grayscale: #6E6E6E. Windows color (decimal): -4176274 or 7227072. OLE color: 7227072.

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

Color convert

RGB 192 70 110 -
CMYK 0 0.64 0.43 0.25
HSL 340.33º 0.49% 0.51% -
HSV(B) 340.33º 0.64% 0.75% -
XYZ 26.74 16.71 16.57 -
YUV 111.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 192 70 110 0 0.64 0.43 0.25 340.33 0.49 0.51
Hex C0 46 6E 0 40 2B 19 154 31 33
Octal 300 106 156 0 100 53 31 524 61 63
Binary 11000000 1000110 1101110 0 1000000 101011 11001 101010100 110001 110011

Color Harmonies of #C0466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0466E

Black with #C0466E

Text Example


Text Example

White with #C0466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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