Html Css Color HEX #C27473 Contessa

📋 copy color: '#C27473'

red 194 ◦ green 116 ◦ blue 115

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

Shades of Contessa #C27473

Tints of Contessa #C27473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 45.65%
G = 27.29%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C27473 (or 0xC27473) is known color: Contessa. HEX triplet: C2, 74 and 73. RGB value is (194,116,115). Sum of RGB (Red+Green+Blue) = 194+116+115=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C27473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27473 is #3D8B8C. Grayscale: #8B8B8B. Windows color (decimal): -4033421 or 7566530. OLE color: 7566530.

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

Color convert

RGB 194 116 115 -
CMYK 0 0.40 0.41 0.24
HSL 0.76º 0.39% 0.61% -
HSV(B) 0.76º 0.41% 0.76% -
XYZ 31.59 25.2 19.42 -
YUV 139.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 194 116 115 0 0.40 0.41 0.24 0.76 0.39 0.61
Hex C2 74 73 0 28 29 18 1 27 3D
Octal 302 164 163 0 50 51 30 1 47 75
Binary 11000010 1110100 1110011 0 101000 101001 11000 1 100111 111101

Color Harmonies of #C27473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27473

Black with #C27473

Text Example


Text Example

White with #C27473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27473; }

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

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

background-color css

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

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

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

border-color css

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

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

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