Html Css Color HEX #C46F75 Charm

📋 copy color: '#C46F75'

red 196 ◦ green 111 ◦ blue 117

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

Shades of Charm #C46F75

Tints of Charm #C46F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.18%

 BLUE value IS 117 (46.09% from 255) = 27.59%

R = 46.23%
G = 26.18%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46F75 (or 0xC46F75) is known color: Charm. HEX triplet: C4, 6F and 75. RGB value is (196,111,117). Sum of RGB (Red+Green+Blue) = 196+111+117=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F75 is #3B908A. Grayscale: #898989. Windows color (decimal): -3903627 or 7696324. OLE color: 7696324.

HSL color Cylindrical-coordinate representation of color #C46F75: hue angle of 355.76º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C46F75 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 111 117 -
CMYK 0 0.43 0.40 0.23
HSL 355.76º 0.42% 0.6% -
HSV(B) 355.76º 0.43% 0.77% -
XYZ 31.66 24.39 19.87 -
YUV 137.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 196 111 117 0 0.43 0.40 0.23 355.76 0.42 0.6
Hex C4 6F 75 0 2B 28 17 164 2A 3C
Octal 304 157 165 0 53 50 27 544 52 74
Binary 11000100 1101111 1110101 0 101011 101000 10111 101100100 101010 111100

Color Harmonies of #C46F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46F75

Black with #C46F75

Text Example


Text Example

White with #C46F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46F75; }

 p { color: rgb(196,111,117); }

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

background-color css

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

 a { background-color: rgb(196,111,117); }

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

border-color css

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

 span { border-color: rgb(196,111,117); }

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