Html Css Color HEX #C07670 Contessa

📋 copy color: '#C07670'

red 192 ◦ green 118 ◦ blue 112

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

Shades of Contessa #C07670

Tints of Contessa #C07670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.96%

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

R = 45.5%
G = 27.96%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C07670 (or 0xC07670) is known color: Contessa. HEX triplet: C0, 76 and 70. RGB value is (192,118,112). Sum of RGB (Red+Green+Blue) = 192+118+112=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07670 is #3F898F. Grayscale: #8B8B8B. Windows color (decimal): -4163984 or 7370432. OLE color: 7370432.

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

Color convert

RGB 192 118 112 -
CMYK 0 0.39 0.42 0.25
HSL 4.5º 0.39% 0.6% -
HSV(B) 4.5º 0.42% 0.75% -
XYZ 31.14 25.33 18.58 -
YUV 139.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 192 118 112 0 0.39 0.42 0.25 4.5 0.39 0.6
Hex C0 76 70 0 27 2A 19 4 27 3C
Octal 300 166 160 0 47 52 31 4 47 74
Binary 11000000 1110110 1110000 0 100111 101010 11001 100 100111 111100

Color Harmonies of #C07670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07670

Black with #C07670

Text Example


Text Example

White with #C07670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07670; }

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

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

background-color css

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

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

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

border-color css

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

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

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