Html Css Color HEX #C07582 Tapestry

📋 copy color: '#C07582'

red 192 ◦ green 117 ◦ blue 130

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

Shades of Tapestry #C07582

Tints of Tapestry #C07582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 43.74%
G = 26.65%
B = 29.61%

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

#C07582 (or 0xC07582) is known color: Tapestry. HEX triplet: C0, 75 and 82. RGB value is (192,117,130). Sum of RGB (Red+Green+Blue) = 192+117+130=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07582 is #3F8A7D. Grayscale: #8C8C8C. Windows color (decimal): -4164222 or 8549824. OLE color: 8549824.

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

Color convert

RGB 192 117 130 -
CMYK 0 0.39 0.32 0.25
HSL 349.6º 0.37% 0.61% -
HSV(B) 349.6º 0.39% 0.75% -
XYZ 32.13 25.54 24.36 -
YUV 140.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 192 117 130 0 0.39 0.32 0.25 349.6 0.37 0.61
Hex C0 75 82 0 27 20 19 15E 25 3D
Octal 300 165 202 0 47 40 31 536 45 75
Binary 11000000 1110101 10000010 0 100111 100000 11001 101011110 100101 111101

Color Harmonies of #C07582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07582

Black with #C07582

Text Example


Text Example

White with #C07582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07582; }

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

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

background-color css

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

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

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

border-color css

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

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

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