Html Css Color HEX #C07182 Tapestry

📋 copy color: '#C07182'

red 192 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #C07182

Tints of Tapestry #C07182

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

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

R = 44.14%
G = 25.98%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07182 (or 0xC07182) is known color: Tapestry. HEX triplet: C0, 71 and 82. RGB value is (192,113,130). Sum of RGB (Red+Green+Blue) = 192+113+130=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07182 is #3F8E7D. Grayscale: #8A8A8A. Windows color (decimal): -4165246 or 8548800. OLE color: 8548800.

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

Color convert

RGB 192 113 130 -
CMYK 0 0.41 0.32 0.25
HSL 347.09º 0.39% 0.6% -
HSV(B) 347.09º 0.41% 0.75% -
XYZ 31.67 24.63 24.2 -
YUV 138.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 192 113 130 0 0.41 0.32 0.25 347.09 0.39 0.6
Hex C0 71 82 0 29 20 19 15B 27 3C
Octal 300 161 202 0 51 40 31 533 47 74
Binary 11000000 1110001 10000010 0 101001 100000 11001 101011011 100111 111100

Color Harmonies of #C07182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07182

Black with #C07182

Text Example


Text Example

White with #C07182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07182; }

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

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

background-color css

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

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

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

border-color css

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

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

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