Html Css Color HEX #C47575 Contessa

📋 copy color: '#C47575'

red 196 ◦ green 117 ◦ blue 117

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

Shades of Contessa #C47575

Tints of Contessa #C47575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.21%

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

R = 45.58%
G = 27.21%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C47575 (or 0xC47575) is known color: Contessa. HEX triplet: C4, 75 and 75. RGB value is (196,117,117). Sum of RGB (Red+Green+Blue) = 196+117+117=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C47575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47575 is #3B8A8A. Grayscale: #8C8C8C. Windows color (decimal): -3902091 or 7697860. OLE color: 7697860.

HSL color Cylindrical-coordinate representation of color #C47575: 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.4%. Process color model (Four color, CMYK) of #C47575 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 117 -
CMYK 0 0.40 0.40 0.23
HSL 0.4% 0.61% -
HSV(B) 0.4% 0.77% -
XYZ 32.34 25.74 20.09 -
YUV 140.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 196 117 117 0 0.40 0.40 0.23 0 0.4 0.61
Hex C4 75 75 0 28 28 17 0 28 3D
Octal 304 165 165 0 50 50 27 0 50 75
Binary 11000100 1110101 1110101 0 101000 101000 10111 0 101000 111101

Color Harmonies of #C47575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47575

Black with #C47575

Text Example


Text Example

White with #C47575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47575; }

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

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

background-color css

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

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

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

border-color css

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

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

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