Html Css Color HEX #C07574 Contessa

📋 copy color: '#C07574'

red 192 ◦ green 117 ◦ blue 116

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

Shades of Contessa #C07574

Tints of Contessa #C07574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.53%

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

R = 45.18%
G = 27.53%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07574 (or 0xC07574) is known color: Contessa. HEX triplet: C0, 75 and 74. RGB value is (192,117,116). Sum of RGB (Red+Green+Blue) = 192+117+116=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07574 is #3F8A8B. Grayscale: #8B8B8B. Windows color (decimal): -4164236 or 7632320. OLE color: 7632320.

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

Color convert

RGB 192 117 116 -
CMYK 0 0.39 0.40 0.25
HSL 0.79º 0.38% 0.6% -
HSV(B) 0.79º 0.4% 0.75% -
XYZ 31.25 25.19 19.74 -
YUV 139.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 192 117 116 0 0.39 0.40 0.25 0.79 0.38 0.6
Hex C0 75 74 0 27 28 19 1 26 3C
Octal 300 165 164 0 47 50 31 1 46 74
Binary 11000000 1110101 1110100 0 100111 101000 11001 1 100110 111100

Color Harmonies of #C07574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07574

Black with #C07574

Text Example


Text Example

White with #C07574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07574; }

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

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

background-color css

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

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

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

border-color css

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

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

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