Html Css Color HEX #C36382 Tapestry

📋 copy color: '#C36382'

red 195 ◦ green 99 ◦ blue 130

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

Shades of Tapestry #C36382

Tints of Tapestry #C36382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.35%

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

R = 45.99%
G = 23.35%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36382 (or 0xC36382) is known color: Tapestry. HEX triplet: C3, 63 and 82. RGB value is (195,99,130). Sum of RGB (Red+Green+Blue) = 195+99+130=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36382 is #3C9C7D. Grayscale: #838383. Windows color (decimal): -3972222 or 8545219. OLE color: 8545219.

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

Color convert

RGB 195 99 130 -
CMYK 0 0.49 0.33 0.24
HSL 340.63º 0.44% 0.58% -
HSV(B) 340.63º 0.49% 0.76% -
XYZ 31 22.14 23.76 -
YUV 131.24 127.3 173.48 -
System Red Green Blue C M Y K H S L
Decimal 195 99 130 0 0.49 0.33 0.24 340.63 0.44 0.58
Hex C3 63 82 0 31 21 18 155 2C 3A
Octal 303 143 202 0 61 41 30 525 54 72
Binary 11000011 1100011 10000010 0 110001 100001 11000 101010101 101100 111010

Color Harmonies of #C36382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36382

Black with #C36382

Text Example


Text Example

White with #C36382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36382; }

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

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

background-color css

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

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

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

border-color css

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

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

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