Html Css Color HEX #C06265 Mandy

📋 copy color: '#C06265'

red 192 ◦ green 98 ◦ blue 101

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

Shades of Mandy #C06265

Tints of Mandy #C06265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.06%

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

R = 49.1%
G = 25.06%
B = 25.83%

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

#C06265 (or 0xC06265) is known color: Mandy. HEX triplet: C0, 62 and 65. RGB value is (192,98,101). Sum of RGB (Red+Green+Blue) = 192+98+101=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C06265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06265 is #3F9D9A. Grayscale: #7E7E7E. Windows color (decimal): -4169115 or 6644416. OLE color: 6644416.

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

Color convert

RGB 192 98 101 -
CMYK 0 0.49 0.47 0.25
HSL 358.09º 0.43% 0.57% -
HSV(B) 358.09º 0.49% 0.75% -
XYZ 28.45 20.88 14.84 -
YUV 126.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 192 98 101 0 0.49 0.47 0.25 358.09 0.43 0.57
Hex C0 62 65 0 31 2F 19 166 2B 39
Octal 300 142 145 0 61 57 31 546 53 71
Binary 11000000 1100010 1100101 0 110001 101111 11001 101100110 101011 111001

Color Harmonies of #C06265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06265

Black with #C06265

Text Example


Text Example

White with #C06265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06265; }

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

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

background-color css

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

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

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

border-color css

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

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

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