Html Css Color HEX #C36A7A Tapestry

📋 copy color: '#C36A7A'

red 195 ◦ green 106 ◦ blue 122

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

Shades of Tapestry #C36A7A

Tints of Tapestry #C36A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.84%

R = 46.1%
G = 25.06%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C36A7A (or 0xC36A7A) is known color: Tapestry. HEX triplet: C3, 6A and 7A. RGB value is (195,106,122). Sum of RGB (Red+Green+Blue) = 195+106+122=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A7A is #3C9585. Grayscale: #868686. Windows color (decimal): -3970438 or 8022723. OLE color: 8022723.

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

Color convert

RGB 195 106 122 -
CMYK 0 0.46 0.37 0.24
HSL 349.21º 0.43% 0.59% -
HSV(B) 349.21º 0.46% 0.76% -
XYZ 31.17 23.32 21.27 -
YUV 134.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 195 106 122 0 0.46 0.37 0.24 349.21 0.43 0.59
Hex C3 6A 7A 0 2E 25 18 15D 2B 3B
Octal 303 152 172 0 56 45 30 535 53 73
Binary 11000011 1101010 1111010 0 101110 100101 11000 101011101 101011 111011

Color Harmonies of #C36A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A7A

Black with #C36A7A

Text Example


Text Example

White with #C36A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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