Html Css Color HEX #C36F75 Tapestry

📋 copy color: '#C36F75'

red 195 ◦ green 111 ◦ blue 117

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

Shades of Tapestry #C36F75

Tints of Tapestry #C36F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 46.1%
G = 26.24%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C36F75 (or 0xC36F75) is known color: Tapestry. HEX triplet: C3, 6F and 75. RGB value is (195,111,117). Sum of RGB (Red+Green+Blue) = 195+111+117=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F75 is #3C908A. Grayscale: #888888. Windows color (decimal): -3969163 or 7696323. OLE color: 7696323.

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

Color convert

RGB 195 111 117 -
CMYK 0 0.43 0.4 0.24
HSL 355.71º 0.41% 0.6% -
HSV(B) 355.71º 0.43% 0.76% -
XYZ 31.4 24.26 19.86 -
YUV 136.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 195 111 117 0 0.43 0.4 0.24 355.71 0.41 0.6
Hex C3 6F 75 0 2B 28 18 164 29 3C
Octal 303 157 165 0 53 50 30 544 51 74
Binary 11000011 1101111 1110101 0 101011 101000 11000 101100100 101001 111100

Color Harmonies of #C36F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36F75

Black with #C36F75

Text Example


Text Example

White with #C36F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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