Html Css Color HEX #C37270 Contessa

📋 copy color: '#C37270'

red 195 ◦ green 114 ◦ blue 112

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

Shades of Contessa #C37270

Tints of Contessa #C37270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.08%

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

R = 46.32%
G = 27.08%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37270 (or 0xC37270) is known color: Contessa. HEX triplet: C3, 72 and 70. RGB value is (195,114,112). Sum of RGB (Red+Green+Blue) = 195+114+112=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C37270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37270 is #3C8D8F. Grayscale: #8A8A8A. Windows color (decimal): -3968400 or 7369411. OLE color: 7369411.

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

Color convert

RGB 195 114 112 -
CMYK 0 0.42 0.43 0.24
HSL 1.45º 0.41% 0.6% -
HSV(B) 1.45º 0.43% 0.76% -
XYZ 31.45 24.81 18.46 -
YUV 137.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 195 114 112 0 0.42 0.43 0.24 1.45 0.41 0.6
Hex C3 72 70 0 2A 2B 18 1 29 3C
Octal 303 162 160 0 52 53 30 1 51 74
Binary 11000011 1110010 1110000 0 101010 101011 11000 1 101001 111100

Color Harmonies of #C37270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37270

Black with #C37270

Text Example


Text Example

White with #C37270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37270; }

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

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

background-color css

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

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

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

border-color css

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

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

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