Html Css Color HEX #C36484 Tapestry

📋 copy color: '#C36484'

red 195 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #C36484

Tints of Tapestry #C36484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 45.67%
G = 23.42%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C36484 (or 0xC36484) is known color: Tapestry. HEX triplet: C3, 64 and 84. RGB value is (195,100,132). Sum of RGB (Red+Green+Blue) = 195+100+132=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36484 is #3C9B7B. Grayscale: #848484. Windows color (decimal): -3971964 or 8676547. OLE color: 8676547.

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

Color convert

RGB 195 100 132 -
CMYK 0 0.49 0.32 0.24
HSL 339.79º 0.44% 0.58% -
HSV(B) 339.79º 0.49% 0.76% -
XYZ 31.23 22.38 24.5 -
YUV 132.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 195 100 132 0 0.49 0.32 0.24 339.79 0.44 0.58
Hex C3 64 84 0 31 20 18 154 2C 3A
Octal 303 144 204 0 61 40 30 524 54 72
Binary 11000011 1100100 10000100 0 110001 100000 11000 101010100 101100 111010

Color Harmonies of #C36484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36484

Black with #C36484

Text Example


Text Example

White with #C36484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36484; }

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

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

background-color css

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

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

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

border-color css

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

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

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