Html Css Color HEX #C36884 Tapestry

📋 copy color: '#C36884'

red 195 ◦ green 104 ◦ blue 132

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

Shades of Tapestry #C36884

Tints of Tapestry #C36884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.13%

 BLUE value IS 132 (51.95% from 255) = 30.63%

R = 45.24%
G = 24.13%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C36884 (or 0xC36884) is known color: Tapestry. HEX triplet: C3, 68 and 84. RGB value is (195,104,132). Sum of RGB (Red+Green+Blue) = 195+104+132=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C36884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36884 is #3C977B. Grayscale: #868686. Windows color (decimal): -3970940 or 8677571. OLE color: 8677571.

HSL color Cylindrical-coordinate representation of color #C36884: hue angle of 341.54º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36884 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 132 -
CMYK 0 0.47 0.32 0.24
HSL 341.54º 0.43% 0.59% -
HSV(B) 341.54º 0.47% 0.76% -
XYZ 31.62 23.17 24.64 -
YUV 134.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 195 104 132 0 0.47 0.32 0.24 341.54 0.43 0.59
Hex C3 68 84 0 2F 20 18 156 2B 3B
Octal 303 150 204 0 57 40 30 526 53 73
Binary 11000011 1101000 10000100 0 101111 100000 11000 101010110 101011 111011

Color Harmonies of #C36884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36884

Black with #C36884

Text Example


Text Example

White with #C36884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36884; }

 p { color: rgb(195,104,132); }

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

background-color css

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

 a { background-color: rgb(195,104,132); }

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

border-color css

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

 span { border-color: rgb(195,104,132); }

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