Html Css Color HEX #C07473 Contessa

📋 copy color: '#C07473'

red 192 ◦ green 116 ◦ blue 115

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

Shades of Contessa #C07473

Tints of Contessa #C07473

RGB

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

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

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

R = 45.39%
G = 27.42%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07473 (or 0xC07473) is known color: Contessa. HEX triplet: C0, 74 and 73. RGB value is (192,116,115). Sum of RGB (Red+Green+Blue) = 192+116+115=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07473 is #3F8B8C. Grayscale: #8A8A8A. Windows color (decimal): -4164493 or 7566528. OLE color: 7566528.

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

Color convert

RGB 192 116 115 -
CMYK 0 0.40 0.40 0.25
HSL 0.78º 0.38% 0.6% -
HSV(B) 0.78º 0.4% 0.75% -
XYZ 31.08 24.94 19.39 -
YUV 138.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 192 116 115 0 0.40 0.40 0.25 0.78 0.38 0.6
Hex C0 74 73 0 28 28 19 1 26 3C
Octal 300 164 163 0 50 50 31 1 46 74
Binary 11000000 1110100 1110011 0 101000 101000 11001 1 100110 111100

Color Harmonies of #C07473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07473

Black with #C07473

Text Example


Text Example

White with #C07473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07473; }

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

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

background-color css

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

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

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

border-color css

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

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

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