Html Css Color HEX #C05D65 Mandy

📋 copy color: '#C05D65'

red 192 ◦ green 93 ◦ blue 101

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

Shades of Mandy #C05D65

Tints of Mandy #C05D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.09%

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

R = 49.74%
G = 24.09%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C05D65 (or 0xC05D65) is known color: Mandy. HEX triplet: C0, 5D and 65. RGB value is (192,93,101). Sum of RGB (Red+Green+Blue) = 192+93+101=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D65 is #3FA29A. Grayscale: #7B7B7B. Windows color (decimal): -4170395 or 6643136. OLE color: 6643136.

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

Color convert

RGB 192 93 101 -
CMYK 0 0.52 0.47 0.25
HSL 355.15º 0.44% 0.56% -
HSV(B) 355.15º 0.52% 0.75% -
XYZ 28 19.97 14.69 -
YUV 123.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 192 93 101 0 0.52 0.47 0.25 355.15 0.44 0.56
Hex C0 5D 65 0 34 2F 19 163 2C 38
Octal 300 135 145 0 64 57 31 543 54 70
Binary 11000000 1011101 1100101 0 110100 101111 11001 101100011 101100 111000

Color Harmonies of #C05D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D65

Black with #C05D65

Text Example


Text Example

White with #C05D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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