Html Css Color HEX #C07874 Contessa

📋 copy color: '#C07874'

red 192 ◦ green 120 ◦ blue 116

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

Shades of Contessa #C07874

Tints of Contessa #C07874

RGB

 RED value IS 192 (75.39% from 255) = 44.86%

 GREEN value IS 120 (47.27% from 255) = 28.04%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 44.86%
G = 28.04%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07874 (or 0xC07874) is known color: Contessa. HEX triplet: C0, 78 and 74. RGB value is (192,120,116). Sum of RGB (Red+Green+Blue) = 192+120+116=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07874 is #3F878B. Grayscale: #8D8D8D. Windows color (decimal): -4163468 or 7633088. OLE color: 7633088.

HSL color Cylindrical-coordinate representation of color #C07874: hue angle of 3.16º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07874 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 116 -
CMYK 0 0.38 0.40 0.25
HSL 3.16º 0.38% 0.6% -
HSV(B) 3.16º 0.4% 0.75% -
XYZ 31.61 25.9 19.86 -
YUV 141.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 192 120 116 0 0.38 0.40 0.25 3.16 0.38 0.6
Hex C0 78 74 0 26 28 19 3 26 3C
Octal 300 170 164 0 46 50 31 3 46 74
Binary 11000000 1111000 1110100 0 100110 101000 11001 11 100110 111100

Color Harmonies of #C07874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07874

Black with #C07874

Text Example


Text Example

White with #C07874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07874; }

 p { color: rgb(192,120,116); }

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

background-color css

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

 a { background-color: rgb(192,120,116); }

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

border-color css

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

 span { border-color: rgb(192,120,116); }

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