Html Css Color HEX #C36A82 Tapestry

📋 copy color: '#C36A82'

red 195 ◦ green 106 ◦ blue 130

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

Shades of Tapestry #C36A82

Tints of Tapestry #C36A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.59%

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

R = 45.24%
G = 24.59%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36A82 (or 0xC36A82) is known color: Tapestry. HEX triplet: C3, 6A and 82. RGB value is (195,106,130). Sum of RGB (Red+Green+Blue) = 195+106+130=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36A82 is #3C957D. Grayscale: #878787. Windows color (decimal): -3970430 or 8547011. OLE color: 8547011.

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

Color convert

RGB 195 106 130 -
CMYK 0 0.46 0.33 0.24
HSL 343.82º 0.43% 0.59% -
HSV(B) 343.82º 0.46% 0.76% -
XYZ 31.69 23.52 23.99 -
YUV 135.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 195 106 130 0 0.46 0.33 0.24 343.82 0.43 0.59
Hex C3 6A 82 0 2E 21 18 158 2B 3B
Octal 303 152 202 0 56 41 30 530 53 73
Binary 11000011 1101010 10000010 0 101110 100001 11000 101011000 101011 111011

Color Harmonies of #C36A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A82

Black with #C36A82

Text Example


Text Example

White with #C36A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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