Html Css Color HEX #C36C7F Tapestry

📋 copy color: '#C36C7F'

red 195 ◦ green 108 ◦ blue 127

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

Shades of Tapestry #C36C7F

Tints of Tapestry #C36C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 45.35%
G = 25.12%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C36C7F (or 0xC36C7F) is known color: Tapestry. HEX triplet: C3, 6C and 7F. RGB value is (195,108,127). Sum of RGB (Red+Green+Blue) = 195+108+127=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C7F is #3C9380. Grayscale: #888888. Windows color (decimal): -3969921 or 8350915. OLE color: 8350915.

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

Color convert

RGB 195 108 127 -
CMYK 0 0.45 0.35 0.24
HSL 346.9º 0.42% 0.59% -
HSV(B) 346.9º 0.45% 0.76% -
XYZ 31.7 23.86 23.01 -
YUV 136.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 195 108 127 0 0.45 0.35 0.24 346.9 0.42 0.59
Hex C3 6C 7F 0 2D 23 18 15B 2A 3B
Octal 303 154 177 0 55 43 30 533 52 73
Binary 11000011 1101100 1111111 0 101101 100011 11000 101011011 101010 111011

Color Harmonies of #C36C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36C7F

Black with #C36C7F

Text Example


Text Example

White with #C36C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36C7F; }

 p { color: rgb(195,108,127); }

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

background-color css

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

 a { background-color: rgb(195,108,127); }

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

border-color css

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

 span { border-color: rgb(195,108,127); }

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