Html Css Color HEX #C37370 Contessa

📋 copy color: '#C37370'

red 195 ◦ green 115 ◦ blue 112

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

Shades of Contessa #C37370

Tints of Contessa #C37370

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

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

 BLUE value IS 112 (44.14% from 255) = 26.54%

R = 46.21%
G = 27.25%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37370 (or 0xC37370) is known color: Contessa. HEX triplet: C3, 73 and 70. RGB value is (195,115,112). Sum of RGB (Red+Green+Blue) = 195+115+112=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C37370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37370 is #3C8C8F. Grayscale: #8A8A8A. Windows color (decimal): -3968144 or 7369667. OLE color: 7369667.

HSL color Cylindrical-coordinate representation of color #C37370: hue angle of 2.17º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37370 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 115 112 -
CMYK 0 0.41 0.43 0.24
HSL 2.17º 0.41% 0.6% -
HSV(B) 2.17º 0.43% 0.76% -
XYZ 31.56 25.03 18.5 -
YUV 138.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 195 115 112 0 0.41 0.43 0.24 2.17 0.41 0.6
Hex C3 73 70 0 29 2B 18 2 29 3C
Octal 303 163 160 0 51 53 30 2 51 74
Binary 11000011 1110011 1110000 0 101001 101011 11000 10 101001 111100

Color Harmonies of #C37370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37370

Black with #C37370

Text Example


Text Example

White with #C37370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37370; }

 p { color: rgb(195,115,112); }

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

background-color css

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

 a { background-color: rgb(195,115,112); }

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

border-color css

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

 span { border-color: rgb(195,115,112); }

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