Html Css Color HEX #C0386E Royal Heath

📋 copy color: '#C0386E'

red 192 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #C0386E

Tints of Royal Heath #C0386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 53.63%
G = 15.64%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0386E (or 0xC0386E) is known color: Royal Heath. HEX triplet: C0, 38 and 6E. RGB value is (192,56,110). Sum of RGB (Red+Green+Blue) = 192+56+110=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0386E is #3FC791. Grayscale: #666666. Windows color (decimal): -4179858 or 7223488. OLE color: 7223488.

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

Color convert

RGB 192 56 110 -
CMYK 0 0.71 0.43 0.25
HSL 336.18º 0.55% 0.49% -
HSV(B) 336.18º 0.71% 0.75% -
XYZ 25.97 15.16 16.31 -
YUV 102.82 132.06 191.61 -
System Red Green Blue C M Y K H S L
Decimal 192 56 110 0 0.71 0.43 0.25 336.18 0.55 0.49
Hex C0 38 6E 0 47 2B 19 150 37 31
Octal 300 70 156 0 107 53 31 520 67 61
Binary 11000000 111000 1101110 0 1000111 101011 11001 101010000 110111 110001

Color Harmonies of #C0386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0386E

Black with #C0386E

Text Example


Text Example

White with #C0386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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