Html Css Color HEX #C36F74 Tapestry

📋 copy color: '#C36F74'

red 195 ◦ green 111 ◦ blue 116

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

Shades of Tapestry #C36F74

Tints of Tapestry #C36F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.3%

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

R = 46.21%
G = 26.3%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36F74 (or 0xC36F74) is known color: Tapestry. HEX triplet: C3, 6F and 74. RGB value is (195,111,116). Sum of RGB (Red+Green+Blue) = 195+111+116=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F74 is #3C908B. Grayscale: #888888. Windows color (decimal): -3969164 or 7630787. OLE color: 7630787.

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

Color convert

RGB 195 111 116 -
CMYK 0 0.43 0.41 0.24
HSL 356.43º 0.41% 0.6% -
HSV(B) 356.43º 0.43% 0.76% -
XYZ 31.34 24.23 19.55 -
YUV 136.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 195 111 116 0 0.43 0.41 0.24 356.43 0.41 0.6
Hex C3 6F 74 0 2B 29 18 164 29 3C
Octal 303 157 164 0 53 51 30 544 51 74
Binary 11000011 1101111 1110100 0 101011 101001 11000 101100100 101001 111100

Color Harmonies of #C36F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F74

Black with #C36F74

Text Example


Text Example

White with #C36F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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