Html Css Color HEX #C46B5F Contessa

📋 copy color: '#C46B5F'

red 196 ◦ green 107 ◦ blue 95

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

Shades of Contessa #C46B5F

Tints of Contessa #C46B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 49.25%
G = 26.88%
B = 23.87%

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

#C46B5F (or 0xC46B5F) is known color: Contessa. HEX triplet: C4, 6B and 5F. RGB value is (196,107,95). Sum of RGB (Red+Green+Blue) = 196+107+95=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B5F is #3B94A0. Grayscale: #848484. Windows color (decimal): -3904673 or 6253508. OLE color: 6253508.

HSL color Cylindrical-coordinate representation of color #C46B5F: hue angle of 7.13º 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 #C46B5F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 107 95 -
CMYK 0 0.45 0.52 0.23
HSL 7.13º 0.46% 0.57% -
HSV(B) 7.13º 0.52% 0.77% -
XYZ 30.09 23.08 13.7 -
YUV 132.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 196 107 95 0 0.45 0.52 0.23 7.13 0.46 0.57
Hex C4 6B 5F 0 2D 34 17 7 2E 39
Octal 304 153 137 0 55 64 27 7 56 71
Binary 11000100 1101011 1011111 0 101101 110100 10111 111 101110 111001

Color Harmonies of #C46B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B5F

Black with #C46B5F

Text Example


Text Example

White with #C46B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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