Html Css Color HEX #C05E65 Mandy

📋 copy color: '#C05E65'

red 192 ◦ green 94 ◦ blue 101

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

Shades of Mandy #C05E65

Tints of Mandy #C05E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

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

R = 49.61%
G = 24.29%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C05E65 (or 0xC05E65) is known color: Mandy. HEX triplet: C0, 5E and 65. RGB value is (192,94,101). Sum of RGB (Red+Green+Blue) = 192+94+101=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E65 is #3FA19A. Grayscale: #7C7C7C. Windows color (decimal): -4170139 or 6643392. OLE color: 6643392.

HSL color Cylindrical-coordinate representation of color #C05E65: hue angle of 355.71º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E65 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 101 -
CMYK 0 0.51 0.47 0.25
HSL 355.71º 0.44% 0.56% -
HSV(B) 355.71º 0.51% 0.75% -
XYZ 28.09 20.15 14.72 -
YUV 124.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 192 94 101 0 0.51 0.47 0.25 355.71 0.44 0.56
Hex C0 5E 65 0 33 2F 19 164 2C 38
Octal 300 136 145 0 63 57 31 544 54 70
Binary 11000000 1011110 1100101 0 110011 101111 11001 101100100 101100 111000

Color Harmonies of #C05E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E65

Black with #C05E65

Text Example


Text Example

White with #C05E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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