Html Css Color HEX #C37A70 Contessa

📋 copy color: '#C37A70'

red 195 ◦ green 122 ◦ blue 112

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

Shades of Contessa #C37A70

Tints of Contessa #C37A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

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

R = 45.45%
G = 28.44%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C37A70 (or 0xC37A70) is known color: Contessa. HEX triplet: C3, 7A and 70. RGB value is (195,122,112). Sum of RGB (Red+Green+Blue) = 195+122+112=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A70 is #3C858F. Grayscale: #8E8E8E. Windows color (decimal): -3966352 or 7371459. OLE color: 7371459.

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

Color convert

RGB 195 122 112 -
CMYK 0 0.37 0.43 0.24
HSL 7.23º 0.41% 0.6% -
HSV(B) 7.23º 0.43% 0.76% -
XYZ 32.39 26.69 18.77 -
YUV 142.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 195 122 112 0 0.37 0.43 0.24 7.23 0.41 0.6
Hex C3 7A 70 0 25 2B 18 7 29 3C
Octal 303 172 160 0 45 53 30 7 51 74
Binary 11000011 1111010 1110000 0 100101 101011 11000 111 101001 111100

Color Harmonies of #C37A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A70

Black with #C37A70

Text Example


Text Example

White with #C37A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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