Html Css Color HEX #C47474 Contessa

📋 copy color: '#C47474'

red 196 ◦ green 116 ◦ blue 116

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

Shades of Contessa #C47474

Tints of Contessa #C47474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.1%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 45.79%
G = 27.1%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C47474 (or 0xC47474) is known color: Contessa. HEX triplet: C4, 74 and 74. RGB value is (196,116,116). Sum of RGB (Red+Green+Blue) = 196+116+116=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C47474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47474 is #3B8B8B. Grayscale: #8C8C8C. Windows color (decimal): -3902348 or 7632068. OLE color: 7632068.

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

Color convert

RGB 196 116 116 -
CMYK 0 0.41 0.41 0.23
HSL 0.4% 0.61% -
HSV(B) 0.41% 0.77% -
XYZ 32.16 25.49 19.75 -
YUV 139.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 196 116 116 0 0.41 0.41 0.23 0 0.4 0.61
Hex C4 74 74 0 29 29 17 0 28 3D
Octal 304 164 164 0 51 51 27 0 50 75
Binary 11000100 1110100 1110100 0 101001 101001 10111 0 101000 111101

Color Harmonies of #C47474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47474

Black with #C47474

Text Example


Text Example

White with #C47474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47474; }

 p { color: rgb(196,116,116); }

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

background-color css

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

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

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

border-color css

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

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

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