Html Css Color HEX #C05F64 Mandy

📋 copy color: '#C05F64'

red 192 ◦ green 95 ◦ blue 100

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

Shades of Mandy #C05F64

Tints of Mandy #C05F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.84%

R = 49.61%
G = 24.55%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C05F64 (or 0xC05F64) is known color: Mandy. HEX triplet: C0, 5F and 64. RGB value is (192,95,100). Sum of RGB (Red+Green+Blue) = 192+95+100=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F64 is #3FA09B. Grayscale: #7C7C7C. Windows color (decimal): -4169884 or 6578112. OLE color: 6578112.

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

Color convert

RGB 192 95 100 -
CMYK 0 0.51 0.48 0.25
HSL 356.91º 0.43% 0.56% -
HSV(B) 356.91º 0.51% 0.75% -
XYZ 28.13 20.31 14.49 -
YUV 124.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 192 95 100 0 0.51 0.48 0.25 356.91 0.43 0.56
Hex C0 5F 64 0 33 30 19 165 2B 38
Octal 300 137 144 0 63 60 31 545 53 70
Binary 11000000 1011111 1100100 0 110011 110000 11001 101100101 101011 111000

Color Harmonies of #C05F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F64

Black with #C05F64

Text Example


Text Example

White with #C05F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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