Html Css Color HEX #C06368 Mandy

📋 copy color: '#C06368'

red 192 ◦ green 99 ◦ blue 104

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

Shades of Mandy #C06368

Tints of Mandy #C06368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 104 (41.02% from 255) = 26.33%

R = 48.61%
G = 25.06%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C06368 (or 0xC06368) is known color: Mandy. HEX triplet: C0, 63 and 68. RGB value is (192,99,104). Sum of RGB (Red+Green+Blue) = 192+99+104=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C06368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06368 is #3F9C97. Grayscale: #7F7F7F. Windows color (decimal): -4168856 or 6841280. OLE color: 6841280.

HSL color Cylindrical-coordinate representation of color #C06368: hue angle of 356.77º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06368 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 104 -
CMYK 0 0.48 0.46 0.25
HSL 356.77º 0.42% 0.57% -
HSV(B) 356.77º 0.48% 0.75% -
XYZ 28.7 21.13 15.66 -
YUV 127.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 192 99 104 0 0.48 0.46 0.25 356.77 0.42 0.57
Hex C0 63 68 0 30 2E 19 165 2A 39
Octal 300 143 150 0 60 56 31 545 52 71
Binary 11000000 1100011 1101000 0 110000 101110 11001 101100101 101010 111001

Color Harmonies of #C06368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06368

Black with #C06368

Text Example


Text Example

White with #C06368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06368; }

 p { color: rgb(192,99,104); }

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

background-color css

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

 a { background-color: rgb(192,99,104); }

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

border-color css

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

 span { border-color: rgb(192,99,104); }

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