Html Css Color HEX #C36A74 Tapestry

📋 copy color: '#C36A74'

red 195 ◦ green 106 ◦ blue 116

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

Shades of Tapestry #C36A74

Tints of Tapestry #C36A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.42%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 46.76%
G = 25.42%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36A74 (or 0xC36A74) is known color: Tapestry. HEX triplet: C3, 6A and 74. RGB value is (195,106,116). Sum of RGB (Red+Green+Blue) = 195+106+116=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A74 is #3C958B. Grayscale: #858585. Windows color (decimal): -3970444 or 7629507. OLE color: 7629507.

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

Color convert

RGB 195 106 116 -
CMYK 0 0.46 0.41 0.24
HSL 353.26º 0.43% 0.59% -
HSV(B) 353.26º 0.46% 0.76% -
XYZ 30.81 23.17 19.37 -
YUV 133.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 195 106 116 0 0.46 0.41 0.24 353.26 0.43 0.59
Hex C3 6A 74 0 2E 29 18 161 2B 3B
Octal 303 152 164 0 56 51 30 541 53 73
Binary 11000011 1101010 1110100 0 101110 101001 11000 101100001 101011 111011

Color Harmonies of #C36A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A74

Black with #C36A74

Text Example


Text Example

White with #C36A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A74; }

 p { color: rgb(195,106,116); }

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

background-color css

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

 a { background-color: rgb(195,106,116); }

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

border-color css

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

 span { border-color: rgb(195,106,116); }

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