Html Css Color HEX #C0738A Tapestry

📋 copy color: '#C0738A'

red 192 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #C0738A

Tints of Tapestry #C0738A

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 115 (45.31% from 255) = 25.84%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 43.15%
G = 25.84%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0738A (or 0xC0738A) is known color: Tapestry. HEX triplet: C0, 73 and 8A. RGB value is (192,115,138). Sum of RGB (Red+Green+Blue) = 192+115+138=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0738A is #3F8C75. Grayscale: #8C8C8C. Windows color (decimal): -4164726 or 9073600. OLE color: 9073600.

HSL color Cylindrical-coordinate representation of color #C0738A: hue angle of 342.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0738A is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 138 -
CMYK 0 0.40 0.28 0.25
HSL 342.08º 0.38% 0.6% -
HSV(B) 342.08º 0.4% 0.75% -
XYZ 32.46 25.3 27.22 -
YUV 140.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 192 115 138 0 0.40 0.28 0.25 342.08 0.38 0.6
Hex C0 73 8A 0 28 1C 19 156 26 3C
Octal 300 163 212 0 50 34 31 526 46 74
Binary 11000000 1110011 10001010 0 101000 11100 11001 101010110 100110 111100

Color Harmonies of #C0738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0738A

Black with #C0738A

Text Example


Text Example

White with #C0738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0738A; }

 p { color: rgb(192,115,138); }

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

background-color css

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

 a { background-color: rgb(192,115,138); }

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

border-color css

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

 span { border-color: rgb(192,115,138); }

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