Html Css Color HEX #C27062 Contessa

📋 copy color: '#C27062'

red 194 ◦ green 112 ◦ blue 98

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

Shades of Contessa #C27062

Tints of Contessa #C27062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 98 (38.67% from 255) = 24.26%

R = 48.02%
G = 27.72%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C27062 (or 0xC27062) is known color: Contessa. HEX triplet: C2, 70 and 62. RGB value is (194,112,98). Sum of RGB (Red+Green+Blue) = 194+112+98=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C27062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27062 is #3D8F9D. Grayscale: #878787. Windows color (decimal): -4034462 or 6451394. OLE color: 6451394.

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

Color convert

RGB 194 112 98 -
CMYK 0 0.42 0.49 0.24
HSL 8.75º 0.44% 0.57% -
HSV(B) 8.75º 0.49% 0.76% -
XYZ 30.25 23.94 14.58 -
YUV 134.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 194 112 98 0 0.42 0.49 0.24 8.75 0.44 0.57
Hex C2 70 62 0 2A 31 18 9 2C 39
Octal 302 160 142 0 52 61 30 11 54 71
Binary 11000010 1110000 1100010 0 101010 110001 11000 1001 101100 111001

Color Harmonies of #C27062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27062

Black with #C27062

Text Example


Text Example

White with #C27062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27062; }

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

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

background-color css

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

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

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

border-color css

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

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

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