Html Css Color HEX #C0386F Royal Heath

📋 copy color: '#C0386F'

red 192 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #C0386F

Tints of Royal Heath #C0386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 53.48%
G = 15.6%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0386F (or 0xC0386F) is known color: Royal Heath. HEX triplet: C0, 38 and 6F. RGB value is (192,56,111). Sum of RGB (Red+Green+Blue) = 192+56+111=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0386F is #3FC790. Grayscale: #666666. Windows color (decimal): -4179857 or 7289024. OLE color: 7289024.

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

Color convert

RGB 192 56 111 -
CMYK 0 0.71 0.42 0.25
HSL 335.74º 0.55% 0.49% -
HSV(B) 335.74º 0.71% 0.75% -
XYZ 26.02 15.18 16.6 -
YUV 102.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 192 56 111 0 0.71 0.42 0.25 335.74 0.55 0.49
Hex C0 38 6F 0 47 2A 19 150 37 31
Octal 300 70 157 0 107 52 31 520 67 61
Binary 11000000 111000 1101111 0 1000111 101010 11001 101010000 110111 110001

Color Harmonies of #C0386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0386F

Black with #C0386F

Text Example


Text Example

White with #C0386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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