Html Css Color HEX #C27361 Contessa

📋 copy color: '#C27361'

red 194 ◦ green 115 ◦ blue 97

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

Shades of Contessa #C27361

Tints of Contessa #C27361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 47.78%
G = 28.33%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C27361 (or 0xC27361) is known color: Contessa. HEX triplet: C2, 73 and 61. RGB value is (194,115,97). Sum of RGB (Red+Green+Blue) = 194+115+97=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C27361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27361 is #3D8C9E. Grayscale: #888888. Windows color (decimal): -4033695 or 6386626. OLE color: 6386626.

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

Color convert

RGB 194 115 97 -
CMYK 0 0.41 0.50 0.24
HSL 11.13º 0.44% 0.57% -
HSV(B) 11.13º 0.5% 0.76% -
XYZ 30.54 24.59 14.45 -
YUV 136.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 194 115 97 0 0.41 0.50 0.24 11.13 0.44 0.57
Hex C2 73 61 0 29 32 18 B 2C 39
Octal 302 163 141 0 51 62 30 13 54 71
Binary 11000010 1110011 1100001 0 101001 110010 11000 1011 101100 111001

Color Harmonies of #C27361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27361

Black with #C27361

Text Example


Text Example

White with #C27361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27361; }

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

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

background-color css

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

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

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

border-color css

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

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

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