Html Css Color HEX #C36682 Tapestry

📋 copy color: '#C36682'

red 195 ◦ green 102 ◦ blue 130

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

Shades of Tapestry #C36682

Tints of Tapestry #C36682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.89%

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

R = 45.67%
G = 23.89%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36682 (or 0xC36682) is known color: Tapestry. HEX triplet: C3, 66 and 82. RGB value is (195,102,130). Sum of RGB (Red+Green+Blue) = 195+102+130=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C36682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36682 is #3C997D. Grayscale: #848484. Windows color (decimal): -3971454 or 8545987. OLE color: 8545987.

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

Color convert

RGB 195 102 130 -
CMYK 0 0.48 0.33 0.24
HSL 341.94º 0.44% 0.58% -
HSV(B) 341.94º 0.48% 0.76% -
XYZ 31.29 22.72 23.85 -
YUV 133 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 195 102 130 0 0.48 0.33 0.24 341.94 0.44 0.58
Hex C3 66 82 0 30 21 18 156 2C 3A
Octal 303 146 202 0 60 41 30 526 54 72
Binary 11000011 1100110 10000010 0 110000 100001 11000 101010110 101100 111010

Color Harmonies of #C36682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36682

Black with #C36682

Text Example


Text Example

White with #C36682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36682; }

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

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

background-color css

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

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

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

border-color css

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

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

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