Html Css Color HEX #C47369 Contessa

📋 copy color: '#C47369'

red 196 ◦ green 115 ◦ blue 105

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

Shades of Contessa #C47369

Tints of Contessa #C47369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.64%

 BLUE value IS 105 (41.41% from 255) = 25.24%

R = 47.12%
G = 27.64%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C47369 (or 0xC47369) is known color: Contessa. HEX triplet: C4, 73 and 69. RGB value is (196,115,105). Sum of RGB (Red+Green+Blue) = 196+115+105=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47369 is #3B8C96. Grayscale: #8A8A8A. Windows color (decimal): -3902615 or 6910916. OLE color: 6910916.

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

Color convert

RGB 196 115 105 -
CMYK 0 0.41 0.46 0.23
HSL 6.59º 0.44% 0.59% -
HSV(B) 6.59º 0.46% 0.77% -
XYZ 31.45 25.02 16.54 -
YUV 138.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 196 115 105 0 0.41 0.46 0.23 6.59 0.44 0.59
Hex C4 73 69 0 29 2E 17 7 2C 3B
Octal 304 163 151 0 51 56 27 7 54 73
Binary 11000100 1110011 1101001 0 101001 101110 10111 111 101100 111011

Color Harmonies of #C47369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47369

Black with #C47369

Text Example


Text Example

White with #C47369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47369; }

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

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

background-color css

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

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

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

border-color css

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

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

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