Html Css Color HEX #C36283 Tapestry

📋 copy color: '#C36283'

red 195 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #C36283

Tints of Tapestry #C36283

RGB

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

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

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

R = 45.99%
G = 23.11%
B = 30.9%

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

#C36283 (or 0xC36283) is known color: Tapestry. HEX triplet: C3, 62 and 83. RGB value is (195,98,131). Sum of RGB (Red+Green+Blue) = 195+98+131=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C36283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36283 is #3C9D7C. Grayscale: #828282. Windows color (decimal): -3972477 or 8610499. OLE color: 8610499.

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

Color convert

RGB 195 98 131 -
CMYK 0 0.50 0.33 0.24
HSL 339.59º 0.45% 0.57% -
HSV(B) 339.59º 0.5% 0.76% -
XYZ 30.97 21.98 24.08 -
YUV 130.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 195 98 131 0 0.50 0.33 0.24 339.59 0.45 0.57
Hex C3 62 83 0 32 21 18 154 2D 39
Octal 303 142 203 0 62 41 30 524 55 71
Binary 11000011 1100010 10000011 0 110010 100001 11000 101010100 101101 111001

Color Harmonies of #C36283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36283

Black with #C36283

Text Example


Text Example

White with #C36283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36283; }

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

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

background-color css

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

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

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

border-color css

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

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

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