Html Css Color HEX #C07076 Tapestry

📋 copy color: '#C07076'

red 192 ◦ green 112 ◦ blue 118

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

Shades of Tapestry #C07076

Tints of Tapestry #C07076

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 192 112 118 -
CMYK 0 0.42 0.39 0.25
HSL 355.5º 0.39% 0.6% -
HSV(B) 355.5º 0.42% 0.75% -
XYZ 30.8 24.1 20.17 -
YUV 136.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 192 112 118 0 0.42 0.39 0.25 355.5 0.39 0.6
Hex C0 70 76 0 2A 27 19 164 27 3C
Octal 300 160 166 0 52 47 31 544 47 74
Binary 11000000 1110000 1110110 0 101010 100111 11001 101100100 100111 111100

Color Harmonies of #C07076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07076

Black with #C07076

Text Example


Text Example

White with #C07076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07076; }

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

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

background-color css

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

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

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

border-color css

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

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

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