Html Css Color HEX #C06165 Mandy

📋 copy color: '#C06165'

red 192 ◦ green 97 ◦ blue 101

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

Shades of Mandy #C06165

Tints of Mandy #C06165

RGB

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

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

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

R = 49.23%
G = 24.87%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06165 (or 0xC06165) is known color: Mandy. HEX triplet: C0, 61 and 65. RGB value is (192,97,101). Sum of RGB (Red+Green+Blue) = 192+97+101=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C06165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06165 is #3F9E9A. Grayscale: #7D7D7D. Windows color (decimal): -4169371 or 6644160. OLE color: 6644160.

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

Color convert

RGB 192 97 101 -
CMYK 0 0.49 0.47 0.25
HSL 357.47º 0.43% 0.57% -
HSV(B) 357.47º 0.49% 0.75% -
XYZ 28.36 20.7 14.81 -
YUV 125.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 192 97 101 0 0.49 0.47 0.25 357.47 0.43 0.57
Hex C0 61 65 0 31 2F 19 165 2B 39
Octal 300 141 145 0 61 57 31 545 53 71
Binary 11000000 1100001 1100101 0 110001 101111 11001 101100101 101011 111001

Color Harmonies of #C06165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06165

Black with #C06165

Text Example


Text Example

White with #C06165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06165; }

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

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

background-color css

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

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

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

border-color css

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

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

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