Html Css Color HEX #C46067 Mandy

📋 copy color: '#C46067'

red 196 ◦ green 96 ◦ blue 103

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

Shades of Mandy #C46067

Tints of Mandy #C46067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 49.62%
G = 24.3%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C46067 (or 0xC46067) is known color: Mandy. HEX triplet: C4, 60 and 67. RGB value is (196,96,103). Sum of RGB (Red+Green+Blue) = 196+96+103=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46067 is #3B9F98. Grayscale: #7E7E7E. Windows color (decimal): -3907481 or 6774980. OLE color: 6774980.

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

Color convert

RGB 196 96 103 -
CMYK 0 0.51 0.47 0.23
HSL 355.8º 0.46% 0.57% -
HSV(B) 355.8º 0.51% 0.77% -
XYZ 29.4 21.08 15.35 -
YUV 126.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 196 96 103 0 0.51 0.47 0.23 355.8 0.46 0.57
Hex C4 60 67 0 33 2F 17 164 2E 39
Octal 304 140 147 0 63 57 27 544 56 71
Binary 11000100 1100000 1100111 0 110011 101111 10111 101100100 101110 111001

Color Harmonies of #C46067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46067

Black with #C46067

Text Example


Text Example

White with #C46067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46067; }

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

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

background-color css

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

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

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

border-color css

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

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

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