Html Css Color HEX #C36681 Tapestry

📋 copy color: '#C36681'

red 195 ◦ green 102 ◦ blue 129

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

Shades of Tapestry #C36681

Tints of Tapestry #C36681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 129 (50.78% from 255) = 30.28%

R = 45.77%
G = 23.94%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36681 (or 0xC36681) is known color: Tapestry. HEX triplet: C3, 66 and 81. RGB value is (195,102,129). Sum of RGB (Red+Green+Blue) = 195+102+129=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36681 is #3C997E. Grayscale: #848484. Windows color (decimal): -3971455 or 8480451. OLE color: 8480451.

HSL color Cylindrical-coordinate representation of color #C36681: hue angle of 342.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36681 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 129 -
CMYK 0 0.48 0.34 0.24
HSL 342.58º 0.44% 0.58% -
HSV(B) 342.58º 0.48% 0.76% -
XYZ 31.22 22.69 23.5 -
YUV 132.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 195 102 129 0 0.48 0.34 0.24 342.58 0.44 0.58
Hex C3 66 81 0 30 22 18 157 2C 3A
Octal 303 146 201 0 60 42 30 527 54 72
Binary 11000011 1100110 10000001 0 110000 100010 11000 101010111 101100 111010

Color Harmonies of #C36681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36681

Black with #C36681

Text Example


Text Example

White with #C36681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36681; }

 p { color: rgb(195,102,129); }

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

background-color css

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

 a { background-color: rgb(195,102,129); }

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

border-color css

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

 span { border-color: rgb(195,102,129); }

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