Html Css Color HEX #C36082 Tapestry

📋 copy color: '#C36082'

red 195 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #C36082

Tints of Tapestry #C36082

RGB

 RED value IS 195 (76.56% from 255) = 46.32%

 GREEN value IS 96 (37.89% from 255) = 22.8%

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

R = 46.32%
G = 22.8%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36082 (or 0xC36082) is known color: Tapestry. HEX triplet: C3, 60 and 82. RGB value is (195,96,130). Sum of RGB (Red+Green+Blue) = 195+96+130=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C36082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36082 is #3C9F7D. Grayscale: #818181. Windows color (decimal): -3972990 or 8544451. OLE color: 8544451.

HSL color Cylindrical-coordinate representation of color #C36082: hue angle of 339.39º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36082 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 130 -
CMYK 0 0.51 0.33 0.24
HSL 339.39º 0.45% 0.57% -
HSV(B) 339.39º 0.51% 0.76% -
XYZ 30.72 21.58 23.67 -
YUV 129.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 195 96 130 0 0.51 0.33 0.24 339.39 0.45 0.57
Hex C3 60 82 0 33 21 18 153 2D 39
Octal 303 140 202 0 63 41 30 523 55 71
Binary 11000011 1100000 10000010 0 110011 100001 11000 101010011 101101 111001

Color Harmonies of #C36082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36082

Black with #C36082

Text Example


Text Example

White with #C36082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36082; }

 p { color: rgb(195,96,130); }

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

background-color css

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

 a { background-color: rgb(195,96,130); }

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

border-color css

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

 span { border-color: rgb(195,96,130); }

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