Html Css Color HEX #C36083 Tapestry

📋 copy color: '#C36083'

red 195 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #C36083

Tints of Tapestry #C36083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.75%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 46.21%
G = 22.75%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C36083 (or 0xC36083) is known color: Tapestry. HEX triplet: C3, 60 and 83. RGB value is (195,96,131). Sum of RGB (Red+Green+Blue) = 195+96+131=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36083 is #3C9F7C. Grayscale: #818181. Windows color (decimal): -3972989 or 8609987. OLE color: 8609987.

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

Color convert

RGB 195 96 131 -
CMYK 0 0.51 0.33 0.24
HSL 338.79º 0.45% 0.57% -
HSV(B) 338.79º 0.51% 0.76% -
XYZ 30.79 21.61 24.02 -
YUV 129.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 195 96 131 0 0.51 0.33 0.24 338.79 0.45 0.57
Hex C3 60 83 0 33 21 18 153 2D 39
Octal 303 140 203 0 63 41 30 523 55 71
Binary 11000011 1100000 10000011 0 110011 100001 11000 101010011 101101 111001

Color Harmonies of #C36083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36083

Black with #C36083

Text Example


Text Example

White with #C36083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36083; }

 p { color: rgb(195,96,131); }

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

background-color css

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

 a { background-color: rgb(195,96,131); }

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

border-color css

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

 span { border-color: rgb(195,96,131); }

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