Html Css Color HEX #C07870 Contessa

📋 copy color: '#C07870'

red 192 ◦ green 120 ◦ blue 112

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

Shades of Contessa #C07870

Tints of Contessa #C07870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 45.28%
G = 28.3%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C07870 (or 0xC07870) is known color: Contessa. HEX triplet: C0, 78 and 70. RGB value is (192,120,112). Sum of RGB (Red+Green+Blue) = 192+120+112=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07870 is #3F878F. Grayscale: #8C8C8C. Windows color (decimal): -4163472 or 7370944. OLE color: 7370944.

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

Color convert

RGB 192 120 112 -
CMYK 0 0.38 0.42 0.25
HSL 0.39% 0.6% -
HSV(B) 0.42% 0.75% -
XYZ 31.38 25.81 18.66 -
YUV 140.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 192 120 112 0 0.38 0.42 0.25 6 0.39 0.6
Hex C0 78 70 0 26 2A 19 6 27 3C
Octal 300 170 160 0 46 52 31 6 47 74
Binary 11000000 1111000 1110000 0 100110 101010 11001 110 100111 111100

Color Harmonies of #C07870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07870

Black with #C07870

Text Example


Text Example

White with #C07870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07870; }

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

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

background-color css

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

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

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

border-color css

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

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

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