Html Css Color HEX #C47269 Contessa

📋 copy color: '#C47269'

red 196 ◦ green 114 ◦ blue 105

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

Shades of Contessa #C47269

Tints of Contessa #C47269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

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

R = 47.23%
G = 27.47%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C47269 (or 0xC47269) is known color: Contessa. HEX triplet: C4, 72 and 69. RGB value is (196,114,105). Sum of RGB (Red+Green+Blue) = 196+114+105=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47269 is #3B8D96. Grayscale: #898989. Windows color (decimal): -3902871 or 6910660. OLE color: 6910660.

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

Color convert

RGB 196 114 105 -
CMYK 0 0.42 0.46 0.23
HSL 5.93º 0.44% 0.59% -
HSV(B) 5.93º 0.46% 0.77% -
XYZ 31.33 24.79 16.5 -
YUV 137.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 196 114 105 0 0.42 0.46 0.23 5.93 0.44 0.59
Hex C4 72 69 0 2A 2E 17 6 2C 3B
Octal 304 162 151 0 52 56 27 6 54 73
Binary 11000100 1110010 1101001 0 101010 101110 10111 110 101100 111011

Color Harmonies of #C47269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47269

Black with #C47269

Text Example


Text Example

White with #C47269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47269; }

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

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

background-color css

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

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

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

border-color css

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

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

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