Html Css Color HEX #C06164 Mandy

📋 copy color: '#C06164'

red 192 ◦ green 97 ◦ blue 100

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

Shades of Mandy #C06164

Tints of Mandy #C06164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 49.36%
G = 24.94%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C06164 (or 0xC06164) is known color: Mandy. HEX triplet: C0, 61 and 64. RGB value is (192,97,100). Sum of RGB (Red+Green+Blue) = 192+97+100=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C06164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06164 is #3F9E9B. Grayscale: #7D7D7D. Windows color (decimal): -4169372 or 6578624. OLE color: 6578624.

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

Color convert

RGB 192 97 100 -
CMYK 0 0.49 0.48 0.25
HSL 358.11º 0.43% 0.57% -
HSV(B) 358.11º 0.49% 0.75% -
XYZ 28.31 20.68 14.56 -
YUV 125.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 192 97 100 0 0.49 0.48 0.25 358.11 0.43 0.57
Hex C0 61 64 0 31 30 19 166 2B 39
Octal 300 141 144 0 61 60 31 546 53 71
Binary 11000000 1100001 1100100 0 110001 110000 11001 101100110 101011 111001

Color Harmonies of #C06164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06164

Black with #C06164

Text Example


Text Example

White with #C06164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06164; }

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

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

background-color css

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

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

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

border-color css

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

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

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