Html Css Color HEX #C27470 Contessa

📋 copy color: '#C27470'

red 194 ◦ green 116 ◦ blue 112

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

Shades of Contessa #C27470

Tints of Contessa #C27470

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

 GREEN value IS 116 (45.7% from 255) = 27.49%

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

R = 45.97%
G = 27.49%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27470 (or 0xC27470) is known color: Contessa. HEX triplet: C2, 74 and 70. RGB value is (194,116,112). Sum of RGB (Red+Green+Blue) = 194+116+112=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C27470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27470 is #3D8B8F. Grayscale: #8A8A8A. Windows color (decimal): -4033424 or 7369922. OLE color: 7369922.

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

Color convert

RGB 194 116 112 -
CMYK 0 0.40 0.42 0.24
HSL 2.93º 0.4% 0.6% -
HSV(B) 2.93º 0.42% 0.76% -
XYZ 31.42 25.13 18.52 -
YUV 138.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 194 116 112 0 0.40 0.42 0.24 2.93 0.4 0.6
Hex C2 74 70 0 28 2A 18 3 28 3C
Octal 302 164 160 0 50 52 30 3 50 74
Binary 11000010 1110100 1110000 0 101000 101010 11000 11 101000 111100

Color Harmonies of #C27470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27470

Black with #C27470

Text Example


Text Example

White with #C27470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27470; }

 p { color: rgb(194,116,112); }

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

background-color css

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

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

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

border-color css

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

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

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