Html Css Color HEX #C05F65 Mandy

📋 copy color: '#C05F65'

red 192 ◦ green 95 ◦ blue 101

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

Shades of Mandy #C05F65

Tints of Mandy #C05F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

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

R = 49.48%
G = 24.48%
B = 26.03%

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

#C05F65 (or 0xC05F65) is known color: Mandy. HEX triplet: C0, 5F and 65. RGB value is (192,95,101). Sum of RGB (Red+Green+Blue) = 192+95+101=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F65 is #3FA09A. Grayscale: #7C7C7C. Windows color (decimal): -4169883 or 6643648. OLE color: 6643648.

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

Color convert

RGB 192 95 101 -
CMYK 0 0.51 0.47 0.25
HSL 356.29º 0.43% 0.56% -
HSV(B) 356.29º 0.51% 0.75% -
XYZ 28.18 20.33 14.75 -
YUV 124.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 192 95 101 0 0.51 0.47 0.25 356.29 0.43 0.56
Hex C0 5F 65 0 33 2F 19 164 2B 38
Octal 300 137 145 0 63 57 31 544 53 70
Binary 11000000 1011111 1100101 0 110011 101111 11001 101100100 101011 111000

Color Harmonies of #C05F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F65

Black with #C05F65

Text Example


Text Example

White with #C05F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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