Html Css Color HEX #C37570 Contessa

📋 copy color: '#C37570'

red 195 ◦ green 117 ◦ blue 112

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

Shades of Contessa #C37570

Tints of Contessa #C37570

RGB

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

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

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

R = 45.99%
G = 27.59%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37570 (or 0xC37570) is known color: Contessa. HEX triplet: C3, 75 and 70. RGB value is (195,117,112). Sum of RGB (Red+Green+Blue) = 195+117+112=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C37570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37570 is #3C8A8F. Grayscale: #8B8B8B. Windows color (decimal): -3967632 or 7370179. OLE color: 7370179.

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

Color convert

RGB 195 117 112 -
CMYK 0 0.4 0.43 0.24
HSL 3.61º 0.41% 0.6% -
HSV(B) 3.61º 0.43% 0.76% -
XYZ 31.79 25.49 18.57 -
YUV 139.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 195 117 112 0 0.4 0.43 0.24 3.61 0.41 0.6
Hex C3 75 70 0 28 2B 18 4 29 3C
Octal 303 165 160 0 50 53 30 4 51 74
Binary 11000011 1110101 1110000 0 101000 101011 11000 100 101001 111100

Color Harmonies of #C37570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37570

Black with #C37570

Text Example


Text Example

White with #C37570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37570; }

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

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

background-color css

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

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

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

border-color css

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

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

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