Html Css Color HEX #C37C70 Contessa

📋 copy color: '#C37C70'

red 195 ◦ green 124 ◦ blue 112

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

Shades of Contessa #C37C70

Tints of Contessa #C37C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

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

R = 45.24%
G = 28.77%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37C70 (or 0xC37C70) is known color: Contessa. HEX triplet: C3, 7C and 70. RGB value is (195,124,112). Sum of RGB (Red+Green+Blue) = 195+124+112=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C70 is #3C838F. Grayscale: #8F8F8F. Windows color (decimal): -3965840 or 7371971. OLE color: 7371971.

HSL color Cylindrical-coordinate representation of color #C37C70: hue angle of 8.67º 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 #C37C70 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 124 112 -
CMYK 0 0.36 0.43 0.24
HSL 8.67º 0.41% 0.6% -
HSV(B) 8.67º 0.43% 0.76% -
XYZ 32.64 27.19 18.86 -
YUV 143.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 195 124 112 0 0.36 0.43 0.24 8.67 0.41 0.6
Hex C3 7C 70 0 24 2B 18 9 29 3C
Octal 303 174 160 0 44 53 30 11 51 74
Binary 11000011 1111100 1110000 0 100100 101011 11000 1001 101001 111100

Color Harmonies of #C37C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C70

Black with #C37C70

Text Example


Text Example

White with #C37C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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