Html Css Color HEX #C27464 Contessa

📋 copy color: '#C27464'

red 194 ◦ green 116 ◦ blue 100

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

Shades of Contessa #C27464

Tints of Contessa #C27464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 47.32%
G = 28.29%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C27464 (or 0xC27464) is known color: Contessa. HEX triplet: C2, 74 and 64. RGB value is (194,116,100). Sum of RGB (Red+Green+Blue) = 194+116+100=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27464 is #3D8B9B. Grayscale: #898989. Windows color (decimal): -4033436 or 6583490. OLE color: 6583490.

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

Color convert

RGB 194 116 100 -
CMYK 0 0.40 0.48 0.24
HSL 10.21º 0.44% 0.58% -
HSV(B) 10.21º 0.48% 0.76% -
XYZ 30.79 24.88 15.24 -
YUV 137.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 194 116 100 0 0.40 0.48 0.24 10.21 0.44 0.58
Hex C2 74 64 0 28 30 18 A 2C 3A
Octal 302 164 144 0 50 60 30 12 54 72
Binary 11000010 1110100 1100100 0 101000 110000 11000 1010 101100 111010

Color Harmonies of #C27464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27464

Black with #C27464

Text Example


Text Example

White with #C27464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27464; }

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

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

background-color css

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

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

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

border-color css

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

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

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