Html Css Color HEX #C07082 Tapestry

📋 copy color: '#C07082'

red 192 ◦ green 112 ◦ blue 130

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

Shades of Tapestry #C07082

Tints of Tapestry #C07082

RGB

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

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

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

R = 44.24%
G = 25.81%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C07082 (or 0xC07082) is known color: Tapestry. HEX triplet: C0, 70 and 82. RGB value is (192,112,130). Sum of RGB (Red+Green+Blue) = 192+112+130=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C07082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07082 is #3F8F7D. Grayscale: #898989. Windows color (decimal): -4165502 or 8548544. OLE color: 8548544.

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

Color convert

RGB 192 112 130 -
CMYK 0 0.42 0.32 0.25
HSL 346.5º 0.39% 0.6% -
HSV(B) 346.5º 0.42% 0.75% -
XYZ 31.56 24.41 24.17 -
YUV 137.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 192 112 130 0 0.42 0.32 0.25 346.5 0.39 0.6
Hex C0 70 82 0 2A 20 19 15A 27 3C
Octal 300 160 202 0 52 40 31 532 47 74
Binary 11000000 1110000 10000010 0 101010 100000 11001 101011010 100111 111100

Color Harmonies of #C07082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07082

Black with #C07082

Text Example


Text Example

White with #C07082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07082; }

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

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

background-color css

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

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

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

border-color css

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

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

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