Html Css Color HEX #C46768 Mandy

📋 copy color: '#C46768'

red 196 ◦ green 103 ◦ blue 104

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

Shades of Mandy #C46768

Tints of Mandy #C46768

RGB

 RED value IS 196 (76.95% from 255) = 48.64%

 GREEN value IS 103 (40.63% from 255) = 25.56%

 BLUE value IS 104 (41.02% from 255) = 25.81%

R = 48.64%
G = 25.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C46768 (or 0xC46768) is known color: Mandy. HEX triplet: C4, 67 and 68. RGB value is (196,103,104). Sum of RGB (Red+Green+Blue) = 196+103+104=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C46768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46768 is #3B9897. Grayscale: #838383. Windows color (decimal): -3905688 or 6842308. OLE color: 6842308.

HSL color Cylindrical-coordinate representation of color #C46768: hue angle of 359.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46768 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 104 -
CMYK 0 0.47 0.47 0.23
HSL 359.35º 0.44% 0.59% -
HSV(B) 359.35º 0.47% 0.77% -
XYZ 30.11 22.44 15.84 -
YUV 130.92 112.81 174.42 -
System Red Green Blue C M Y K H S L
Decimal 196 103 104 0 0.47 0.47 0.23 359.35 0.44 0.59
Hex C4 67 68 0 2F 2F 17 167 2C 3B
Octal 304 147 150 0 57 57 27 547 54 73
Binary 11000100 1100111 1101000 0 101111 101111 10111 101100111 101100 111011

Color Harmonies of #C46768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46768

Black with #C46768

Text Example


Text Example

White with #C46768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46768; }

 p { color: rgb(196,103,104); }

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

background-color css

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

 a { background-color: rgb(196,103,104); }

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

border-color css

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

 span { border-color: rgb(196,103,104); }

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