Html Css Color HEX #C06465 Mandy

📋 copy color: '#C06465'

red 192 ◦ green 100 ◦ blue 101

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

Shades of Mandy #C06465

Tints of Mandy #C06465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.45%

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

R = 48.85%
G = 25.45%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C06465 (or 0xC06465) is known color: Mandy. HEX triplet: C0, 64 and 65. RGB value is (192,100,101). Sum of RGB (Red+Green+Blue) = 192+100+101=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C06465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06465 is #3F9B9A. Grayscale: #7F7F7F. Windows color (decimal): -4168603 or 6644928. OLE color: 6644928.

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

Color convert

RGB 192 100 101 -
CMYK 0 0.48 0.47 0.25
HSL 359.35º 0.42% 0.57% -
HSV(B) 359.35º 0.48% 0.75% -
XYZ 28.64 21.26 14.91 -
YUV 127.62 112.98 173.92 -
System Red Green Blue C M Y K H S L
Decimal 192 100 101 0 0.48 0.47 0.25 359.35 0.42 0.57
Hex C0 64 65 0 30 2F 19 167 2A 39
Octal 300 144 145 0 60 57 31 547 52 71
Binary 11000000 1100100 1100101 0 110000 101111 11001 101100111 101010 111001

Color Harmonies of #C06465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06465

Black with #C06465

Text Example


Text Example

White with #C06465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06465; }

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

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

background-color css

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

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

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

border-color css

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

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

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