Html Css Color HEX #C0466B Royal Heath

📋 copy color: '#C0466B'

red 192 ◦ green 70 ◦ blue 107

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

Shades of Royal Heath #C0466B

Tints of Royal Heath #C0466B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 52.03%
G = 18.97%
B = 29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0466B (or 0xC0466B) is known color: Royal Heath. HEX triplet: C0, 46 and 6B. RGB value is (192,70,107). Sum of RGB (Red+Green+Blue) = 192+70+107=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0466B is #3FB994. Grayscale: #6E6E6E. Windows color (decimal): -4176277 or 7030464. OLE color: 7030464.

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

Color convert

RGB 192 70 107 -
CMYK 0 0.64 0.44 0.25
HSL 341.8º 0.49% 0.51% -
HSV(B) 341.8º 0.64% 0.75% -
XYZ 26.58 16.65 15.72 -
YUV 110.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 192 70 107 0 0.64 0.44 0.25 341.8 0.49 0.51
Hex C0 46 6B 0 40 2C 19 156 31 33
Octal 300 106 153 0 100 54 31 526 61 63
Binary 11000000 1000110 1101011 0 1000000 101100 11001 101010110 110001 110011

Color Harmonies of #C0466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0466B

Black with #C0466B

Text Example


Text Example

White with #C0466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0466B; }

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

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

background-color css

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

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

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

border-color css

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

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

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