Html Css Color HEX #C06365 Mandy

📋 copy color: '#C06365'

red 192 ◦ green 99 ◦ blue 101

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

Shades of Mandy #C06365

Tints of Mandy #C06365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 48.98%
G = 25.26%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06365 (or 0xC06365) is known color: Mandy. HEX triplet: C0, 63 and 65. RGB value is (192,99,101). Sum of RGB (Red+Green+Blue) = 192+99+101=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06365 is #3F9C9A. Grayscale: #7F7F7F. Windows color (decimal): -4168859 or 6644672. OLE color: 6644672.

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

Color convert

RGB 192 99 101 -
CMYK 0 0.48 0.47 0.25
HSL 358.71º 0.42% 0.57% -
HSV(B) 358.71º 0.48% 0.75% -
XYZ 28.55 21.07 14.87 -
YUV 127.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 192 99 101 0 0.48 0.47 0.25 358.71 0.42 0.57
Hex C0 63 65 0 30 2F 19 167 2A 39
Octal 300 143 145 0 60 57 31 547 52 71
Binary 11000000 1100011 1100101 0 110000 101111 11001 101100111 101010 111001

Color Harmonies of #C06365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06365

Black with #C06365

Text Example


Text Example

White with #C06365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06365; }

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

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

background-color css

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

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

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

border-color css

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

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

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