Html Css Color HEX #C27373 Contessa

📋 copy color: '#C27373'

red 194 ◦ green 115 ◦ blue 115

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

Shades of Contessa #C27373

Tints of Contessa #C27373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

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

R = 45.75%
G = 27.12%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C27373 (or 0xC27373) is known color: Contessa. HEX triplet: C2, 73 and 73. RGB value is (194,115,115). Sum of RGB (Red+Green+Blue) = 194+115+115=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C27373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27373 is #3D8C8C. Grayscale: #8A8A8A. Windows color (decimal): -4033677 or 7566274. OLE color: 7566274.

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

Color convert

RGB 194 115 115 -
CMYK 0 0.41 0.41 0.24
HSL 0.39% 0.61% -
HSV(B) 0.41% 0.76% -
XYZ 31.47 24.97 19.38 -
YUV 138.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 194 115 115 0 0.41 0.41 0.24 0 0.39 0.61
Hex C2 73 73 0 29 29 18 0 27 3D
Octal 302 163 163 0 51 51 30 0 47 75
Binary 11000010 1110011 1110011 0 101001 101001 11000 0 100111 111101

Color Harmonies of #C27373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27373

Black with #C27373

Text Example


Text Example

White with #C27373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27373; }

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

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

background-color css

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

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

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

border-color css

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

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

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