Html Css Color HEX #C46669 Mandy

📋 copy color: '#C46669'

red 196 ◦ green 102 ◦ blue 105

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

Shades of Mandy #C46669

Tints of Mandy #C46669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 48.64%
G = 25.31%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C46669 (or 0xC46669) is known color: Mandy. HEX triplet: C4, 66 and 69. RGB value is (196,102,105). Sum of RGB (Red+Green+Blue) = 196+102+105=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C46669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46669 is #3B9996. Grayscale: #828282. Windows color (decimal): -3905943 or 6907588. OLE color: 6907588.

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

Color convert

RGB 196 102 105 -
CMYK 0 0.48 0.46 0.23
HSL 358.09º 0.44% 0.58% -
HSV(B) 358.09º 0.48% 0.77% -
XYZ 30.07 22.26 16.08 -
YUV 130.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 196 102 105 0 0.48 0.46 0.23 358.09 0.44 0.58
Hex C4 66 69 0 30 2E 17 166 2C 3A
Octal 304 146 151 0 60 56 27 546 54 72
Binary 11000100 1100110 1101001 0 110000 101110 10111 101100110 101100 111010

Color Harmonies of #C46669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46669

Black with #C46669

Text Example


Text Example

White with #C46669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46669; }

 p { color: rgb(196,102,105); }

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

background-color css

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

 a { background-color: rgb(196,102,105); }

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

border-color css

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

 span { border-color: rgb(196,102,105); }

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