Html Css Color HEX #C46B5E Contessa

📋 copy color: '#C46B5E'

red 196 ◦ green 107 ◦ blue 94

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

Shades of Contessa #C46B5E

Tints of Contessa #C46B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

 BLUE value IS 94 (37.11% from 255) = 23.68%

R = 49.37%
G = 26.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C46B5E (or 0xC46B5E) is known color: Contessa. HEX triplet: C4, 6B and 5E. RGB value is (196,107,94). Sum of RGB (Red+Green+Blue) = 196+107+94=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B5E is #3B94A1. Grayscale: #848484. Windows color (decimal): -3904674 or 6187972. OLE color: 6187972.

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

Color convert

RGB 196 107 94 -
CMYK 0 0.45 0.52 0.23
HSL 7.65º 0.46% 0.57% -
HSV(B) 7.65º 0.52% 0.77% -
XYZ 30.04 23.06 13.46 -
YUV 132.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 196 107 94 0 0.45 0.52 0.23 7.65 0.46 0.57
Hex C4 6B 5E 0 2D 34 17 8 2E 39
Octal 304 153 136 0 55 64 27 10 56 71
Binary 11000100 1101011 1011110 0 101101 110100 10111 1000 101110 111001

Color Harmonies of #C46B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B5E

Black with #C46B5E

Text Example


Text Example

White with #C46B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B5E; }

 p { color: rgb(196,107,94); }

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

background-color css

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

 a { background-color: rgb(196,107,94); }

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

border-color css

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

 span { border-color: rgb(196,107,94); }

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