Html Css Color HEX #C07482 Tapestry

📋 copy color: '#C07482'

red 192 ◦ green 116 ◦ blue 130

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

Shades of Tapestry #C07482

Tints of Tapestry #C07482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

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

R = 43.84%
G = 26.48%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07482 (or 0xC07482) is known color: Tapestry. HEX triplet: C0, 74 and 82. RGB value is (192,116,130). Sum of RGB (Red+Green+Blue) = 192+116+130=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07482 is #3F8B7D. Grayscale: #8C8C8C. Windows color (decimal): -4164478 or 8549568. OLE color: 8549568.

HSL color Cylindrical-coordinate representation of color #C07482: hue angle of 348.95º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07482 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 116 130 -
CMYK 0 0.40 0.32 0.25
HSL 348.95º 0.38% 0.6% -
HSV(B) 348.95º 0.4% 0.75% -
XYZ 32.01 25.31 24.32 -
YUV 140.32 122.18 164.86 -
System Red Green Blue C M Y K H S L
Decimal 192 116 130 0 0.40 0.32 0.25 348.95 0.38 0.6
Hex C0 74 82 0 28 20 19 15D 26 3C
Octal 300 164 202 0 50 40 31 535 46 74
Binary 11000000 1110100 10000010 0 101000 100000 11001 101011101 100110 111100

Color Harmonies of #C07482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07482

Black with #C07482

Text Example


Text Example

White with #C07482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07482; }

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

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

background-color css

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

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

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

border-color css

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

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

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