Html Css Color HEX #C36282 Tapestry

📋 copy color: '#C36282'

red 195 ◦ green 98 ◦ blue 130

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

Shades of Tapestry #C36282

Tints of Tapestry #C36282

RGB

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

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

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

R = 46.1%
G = 23.17%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36282 (or 0xC36282) is known color: Tapestry. HEX triplet: C3, 62 and 82. RGB value is (195,98,130). Sum of RGB (Red+Green+Blue) = 195+98+130=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C36282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36282 is #3C9D7D. Grayscale: #828282. Windows color (decimal): -3972478 or 8544963. OLE color: 8544963.

HSL color Cylindrical-coordinate representation of color #C36282: hue angle of 340.21º 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 #C36282 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 130 -
CMYK 0 0.50 0.33 0.24
HSL 340.21º 0.45% 0.57% -
HSV(B) 340.21º 0.5% 0.76% -
XYZ 30.9 21.95 23.73 -
YUV 130.65 127.64 173.9 -
System Red Green Blue C M Y K H S L
Decimal 195 98 130 0 0.50 0.33 0.24 340.21 0.45 0.57
Hex C3 62 82 0 32 21 18 154 2D 39
Octal 303 142 202 0 62 41 30 524 55 71
Binary 11000011 1100010 10000010 0 110010 100001 11000 101010100 101101 111001

Color Harmonies of #C36282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36282

Black with #C36282

Text Example


Text Example

White with #C36282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36282; }

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

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

background-color css

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

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

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

border-color css

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

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

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