Html Css Color HEX #C17070 Contessa

📋 copy color: '#C17070'

red 193 ◦ green 112 ◦ blue 112

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

Shades of Contessa #C17070

Tints of Contessa #C17070

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

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

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

R = 46.28%
G = 26.86%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C17070 (or 0xC17070) is known color: Contessa. HEX triplet: C1, 70 and 70. RGB value is (193,112,112). Sum of RGB (Red+Green+Blue) = 193+112+112=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C17070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17070 is #3E8F8F. Grayscale: #888888. Windows color (decimal): -4099984 or 7368897. OLE color: 7368897.

HSL color Cylindrical-coordinate representation of color #C17070: hue angle of 0º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17070 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 112 -
CMYK 0 0.42 0.42 0.24
HSL 0.4% 0.6% -
HSV(B) 0.42% 0.76% -
XYZ 30.71 24.1 18.36 -
YUV 136.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 193 112 112 0 0.42 0.42 0.24 0 0.4 0.6
Hex C1 70 70 0 2A 2A 18 0 28 3C
Octal 301 160 160 0 52 52 30 0 50 74
Binary 11000001 1110000 1110000 0 101010 101010 11000 0 101000 111100

Color Harmonies of #C17070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17070

Black with #C17070

Text Example


Text Example

White with #C17070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17070; }

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

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

background-color css

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

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

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

border-color css

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

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

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