Html Css Color HEX #C36483 Tapestry

📋 copy color: '#C36483'

red 195 ◦ green 100 ◦ blue 131

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

Shades of Tapestry #C36483

Tints of Tapestry #C36483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 45.77%
G = 23.47%
B = 30.75%

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

#C36483 (or 0xC36483) is known color: Tapestry. HEX triplet: C3, 64 and 83. RGB value is (195,100,131). Sum of RGB (Red+Green+Blue) = 195+100+131=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C36483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36483 is #3C9B7C. Grayscale: #838383. Windows color (decimal): -3971965 or 8611011. OLE color: 8611011.

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

Color convert

RGB 195 100 131 -
CMYK 0 0.49 0.33 0.24
HSL 340.42º 0.44% 0.58% -
HSV(B) 340.42º 0.49% 0.76% -
XYZ 31.16 22.36 24.15 -
YUV 131.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 195 100 131 0 0.49 0.33 0.24 340.42 0.44 0.58
Hex C3 64 83 0 31 21 18 154 2C 3A
Octal 303 144 203 0 61 41 30 524 54 72
Binary 11000011 1100100 10000011 0 110001 100001 11000 101010100 101100 111010

Color Harmonies of #C36483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36483

Black with #C36483

Text Example


Text Example

White with #C36483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36483; }

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

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

background-color css

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

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

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

border-color css

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

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

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