Html Css Color HEX #C36281 Tapestry

📋 copy color: '#C36281'

red 195 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #C36281

Tints of Tapestry #C36281

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

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

R = 46.21%
G = 23.22%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C36281 (or 0xC36281) is known color: Tapestry. HEX triplet: C3, 62 and 81. RGB value is (195,98,129). Sum of RGB (Red+Green+Blue) = 195+98+129=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36281 is #3C9D7E. Grayscale: #828282. Windows color (decimal): -3972479 or 8479427. OLE color: 8479427.

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

Color convert

RGB 195 98 129 -
CMYK 0 0.50 0.34 0.24
HSL 340.82º 0.45% 0.57% -
HSV(B) 340.82º 0.5% 0.76% -
XYZ 30.84 21.92 23.38 -
YUV 130.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 195 98 129 0 0.50 0.34 0.24 340.82 0.45 0.57
Hex C3 62 81 0 32 22 18 155 2D 39
Octal 303 142 201 0 62 42 30 525 55 71
Binary 11000011 1100010 10000001 0 110010 100010 11000 101010101 101101 111001

Color Harmonies of #C36281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36281

Black with #C36281

Text Example


Text Example

White with #C36281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36281; }

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

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

background-color css

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

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

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

border-color css

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

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

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