Html Css Color HEX #C46963 Contessa

📋 copy color: '#C46963'

red 196 ◦ green 105 ◦ blue 99

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

Shades of Contessa #C46963

Tints of Contessa #C46963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.25%

 BLUE value IS 99 (39.06% from 255) = 24.75%

R = 49%
G = 26.25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C46963 (or 0xC46963) is known color: Contessa. HEX triplet: C4, 69 and 63. RGB value is (196,105,99). Sum of RGB (Red+Green+Blue) = 196+105+99=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C46963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46963 is #3B969C. Grayscale: #838383. Windows color (decimal): -3905181 or 6515140. OLE color: 6515140.

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

Color convert

RGB 196 105 99 -
CMYK 0 0.46 0.49 0.23
HSL 3.71º 0.45% 0.58% -
HSV(B) 3.71º 0.49% 0.77% -
XYZ 30.07 22.74 14.61 -
YUV 131.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 196 105 99 0 0.46 0.49 0.23 3.71 0.45 0.58
Hex C4 69 63 0 2E 31 17 4 2D 3A
Octal 304 151 143 0 56 61 27 4 55 72
Binary 11000100 1101001 1100011 0 101110 110001 10111 100 101101 111010

Color Harmonies of #C46963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46963

Black with #C46963

Text Example


Text Example

White with #C46963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46963; }

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

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

background-color css

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

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

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

border-color css

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

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

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