Html Css Color HEX #C06064 Mandy

📋 copy color: '#C06064'

red 192 ◦ green 96 ◦ blue 100

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

Shades of Mandy #C06064

Tints of Mandy #C06064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

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

R = 49.48%
G = 24.74%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06064 (or 0xC06064) is known color: Mandy. HEX triplet: C0, 60 and 64. RGB value is (192,96,100). Sum of RGB (Red+Green+Blue) = 192+96+100=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C06064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06064 is #3F9F9B. Grayscale: #7D7D7D. Windows color (decimal): -4169628 or 6578368. OLE color: 6578368.

HSL color Cylindrical-coordinate representation of color #C06064: hue angle of 357.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06064 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 100 -
CMYK 0 0.50 0.48 0.25
HSL 357.5º 0.43% 0.56% -
HSV(B) 357.5º 0.5% 0.75% -
XYZ 28.22 20.49 14.52 -
YUV 125.16 113.8 175.67 -
System Red Green Blue C M Y K H S L
Decimal 192 96 100 0 0.50 0.48 0.25 357.5 0.43 0.56
Hex C0 60 64 0 32 30 19 166 2B 38
Octal 300 140 144 0 62 60 31 546 53 70
Binary 11000000 1100000 1100100 0 110010 110000 11001 101100110 101011 111000

Color Harmonies of #C06064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06064

Black with #C06064

Text Example


Text Example

White with #C06064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06064; }

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

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

background-color css

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

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

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

border-color css

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

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

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