Html Css Color HEX #C07186 Tapestry

📋 copy color: '#C07186'

red 192 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #C07186

Tints of Tapestry #C07186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 43.74%
G = 25.74%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C07186 (or 0xC07186) is known color: Tapestry. HEX triplet: C0, 71 and 86. RGB value is (192,113,134). Sum of RGB (Red+Green+Blue) = 192+113+134=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07186 is #3F8E79. Grayscale: #8B8B8B. Windows color (decimal): -4165242 or 8810944. OLE color: 8810944.

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

Color convert

RGB 192 113 134 -
CMYK 0 0.41 0.30 0.25
HSL 344.05º 0.39% 0.6% -
HSV(B) 344.05º 0.41% 0.75% -
XYZ 31.95 24.74 25.65 -
YUV 139.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 192 113 134 0 0.41 0.30 0.25 344.05 0.39 0.6
Hex C0 71 86 0 29 1E 19 158 27 3C
Octal 300 161 206 0 51 36 31 530 47 74
Binary 11000000 1110001 10000110 0 101001 11110 11001 101011000 100111 111100

Color Harmonies of #C07186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07186

Black with #C07186

Text Example


Text Example

White with #C07186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07186; }

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

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

background-color css

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

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

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

border-color css

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

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

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