Html Css Color HEX #C0386B Royal Heath

📋 copy color: '#C0386B'

red 192 ◦ green 56 ◦ blue 107

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

Shades of Royal Heath #C0386B

Tints of Royal Heath #C0386B

RGB

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

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

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

R = 54.08%
G = 15.77%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0386B (or 0xC0386B) is known color: Royal Heath. HEX triplet: C0, 38 and 6B. RGB value is (192,56,107). Sum of RGB (Red+Green+Blue) = 192+56+107=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0386B is #3FC794. Grayscale: #666666. Windows color (decimal): -4179861 or 7026880. OLE color: 7026880.

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

Color convert

RGB 192 56 107 -
CMYK 0 0.71 0.44 0.25
HSL 337.5º 0.55% 0.49% -
HSV(B) 337.5º 0.71% 0.75% -
XYZ 25.81 15.1 15.46 -
YUV 102.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 192 56 107 0 0.71 0.44 0.25 337.5 0.55 0.49
Hex C0 38 6B 0 47 2C 19 152 37 31
Octal 300 70 153 0 107 54 31 522 67 61
Binary 11000000 111000 1101011 0 1000111 101100 11001 101010010 110111 110001

Color Harmonies of #C0386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0386B

Black with #C0386B

Text Example


Text Example

White with #C0386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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