Html Css Color HEX #C37070 Contessa

📋 copy color: '#C37070'

red 195 ◦ green 112 ◦ blue 112

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

Shades of Contessa #C37070

Tints of Contessa #C37070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

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

R = 46.54%
G = 26.73%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37070 (or 0xC37070) is known color: Contessa. HEX triplet: C3, 70 and 70. RGB value is (195,112,112). Sum of RGB (Red+Green+Blue) = 195+112+112=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C37070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37070 is #3C8F8F. Grayscale: #888888. Windows color (decimal): -3968912 or 7368899. OLE color: 7368899.

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

Color convert

RGB 195 112 112 -
CMYK 0 0.43 0.43 0.24
HSL 0.41% 0.6% -
HSV(B) 0.43% 0.76% -
XYZ 31.22 24.36 18.39 -
YUV 136.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 195 112 112 0 0.43 0.43 0.24 0 0.41 0.6
Hex C3 70 70 0 2B 2B 18 0 29 3C
Octal 303 160 160 0 53 53 30 0 51 74
Binary 11000011 1110000 1110000 0 101011 101011 11000 0 101001 111100

Color Harmonies of #C37070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37070

Black with #C37070

Text Example


Text Example

White with #C37070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37070; }

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

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

background-color css

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

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

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

border-color css

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

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

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