Html Css Color HEX #C07C70 Contessa

📋 copy color: '#C07C70'

red 192 ◦ green 124 ◦ blue 112

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

Shades of Contessa #C07C70

Tints of Contessa #C07C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

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

R = 44.86%
G = 28.97%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C07C70 (or 0xC07C70) is known color: Contessa. HEX triplet: C0, 7C and 70. RGB value is (192,124,112). Sum of RGB (Red+Green+Blue) = 192+124+112=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C70 is #3F838F. Grayscale: #8F8F8F. Windows color (decimal): -4162448 or 7371968. OLE color: 7371968.

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

Color convert

RGB 192 124 112 -
CMYK 0 0.35 0.42 0.25
HSL 0.39% 0.6% -
HSV(B) 0.42% 0.75% -
XYZ 31.87 26.79 18.82 -
YUV 142.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 192 124 112 0 0.35 0.42 0.25 9 0.39 0.6
Hex C0 7C 70 0 23 2A 19 9 27 3C
Octal 300 174 160 0 43 52 31 11 47 74
Binary 11000000 1111100 1110000 0 100011 101010 11001 1001 100111 111100

Color Harmonies of #C07C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C70

Black with #C07C70

Text Example


Text Example

White with #C07C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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