Html Css Color HEX #C07682 Tapestry

📋 copy color: '#C07682'

red 192 ◦ green 118 ◦ blue 130

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

Shades of Tapestry #C07682

Tints of Tapestry #C07682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 43.64%
G = 26.82%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07682 (or 0xC07682) is known color: Tapestry. HEX triplet: C0, 76 and 82. RGB value is (192,118,130). Sum of RGB (Red+Green+Blue) = 192+118+130=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07682 is #3F897D. Grayscale: #8D8D8D. Windows color (decimal): -4163966 or 8550080. OLE color: 8550080.

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

Color convert

RGB 192 118 130 -
CMYK 0 0.39 0.32 0.25
HSL 350.27º 0.37% 0.61% -
HSV(B) 350.27º 0.39% 0.75% -
XYZ 32.25 25.78 24.39 -
YUV 141.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 192 118 130 0 0.39 0.32 0.25 350.27 0.37 0.61
Hex C0 76 82 0 27 20 19 15E 25 3D
Octal 300 166 202 0 47 40 31 536 45 75
Binary 11000000 1110110 10000010 0 100111 100000 11001 101011110 100101 111101

Color Harmonies of #C07682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07682

Black with #C07682

Text Example


Text Example

White with #C07682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07682; }

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

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

background-color css

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

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

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

border-color css

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

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

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