Html Css Color HEX #C47A75 Contessa

📋 copy color: '#C47A75'

red 196 ◦ green 122 ◦ blue 117

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

Shades of Contessa #C47A75

Tints of Contessa #C47A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.05%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 45.06%
G = 28.05%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47A75 (or 0xC47A75) is known color: Contessa. HEX triplet: C4, 7A and 75. RGB value is (196,122,117). Sum of RGB (Red+Green+Blue) = 196+122+117=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A75 is #3B858A. Grayscale: #8F8F8F. Windows color (decimal): -3900811 or 7699140. OLE color: 7699140.

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

Color convert

RGB 196 122 117 -
CMYK 0 0.38 0.40 0.23
HSL 3.8º 0.4% 0.61% -
HSV(B) 3.8º 0.4% 0.77% -
XYZ 32.94 26.94 20.29 -
YUV 143.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 196 122 117 0 0.38 0.40 0.23 3.8 0.4 0.61
Hex C4 7A 75 0 26 28 17 4 28 3D
Octal 304 172 165 0 46 50 27 4 50 75
Binary 11000100 1111010 1110101 0 100110 101000 10111 100 101000 111101

Color Harmonies of #C47A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A75

Black with #C47A75

Text Example


Text Example

White with #C47A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A75; }

 p { color: rgb(196,122,117); }

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

background-color css

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

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

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

border-color css

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

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

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