Html Css Color HEX #C36978 Tapestry

📋 copy color: '#C36978'

red 195 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #C36978

Tints of Tapestry #C36978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 46.43%
G = 25%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C36978 (or 0xC36978) is known color: Tapestry. HEX triplet: C3, 69 and 78. RGB value is (195,105,120). Sum of RGB (Red+Green+Blue) = 195+105+120=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C36978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36978 is #3C9687. Grayscale: #858585. Windows color (decimal): -3970696 or 7891395. OLE color: 7891395.

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

Color convert

RGB 195 105 120 -
CMYK 0 0.46 0.38 0.24
HSL 350º 0.43% 0.59% -
HSV(B) 350º 0.46% 0.76% -
XYZ 30.95 23.06 20.59 -
YUV 133.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 195 105 120 0 0.46 0.38 0.24 350 0.43 0.59
Hex C3 69 78 0 2E 26 18 15E 2B 3B
Octal 303 151 170 0 56 46 30 536 53 73
Binary 11000011 1101001 1111000 0 101110 100110 11000 101011110 101011 111011

Color Harmonies of #C36978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36978

Black with #C36978

Text Example


Text Example

White with #C36978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36978; }

 p { color: rgb(195,105,120); }

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

background-color css

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

 a { background-color: rgb(195,105,120); }

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

border-color css

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

 span { border-color: rgb(195,105,120); }

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