Html Css Color HEX #C07289 Tapestry

📋 copy color: '#C07289'

red 192 ◦ green 114 ◦ blue 137

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

Shades of Tapestry #C07289

Tints of Tapestry #C07289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 43.34%
G = 25.73%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C07289 (or 0xC07289) is known color: Tapestry. HEX triplet: C0, 72 and 89. RGB value is (192,114,137). Sum of RGB (Red+Green+Blue) = 192+114+137=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07289 is #3F8D76. Grayscale: #8B8B8B. Windows color (decimal): -4164983 or 9007808. OLE color: 9007808.

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

Color convert

RGB 192 114 137 -
CMYK 0 0.41 0.29 0.25
HSL 342.31º 0.38% 0.6% -
HSV(B) 342.31º 0.41% 0.75% -
XYZ 32.27 25.05 26.8 -
YUV 139.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 192 114 137 0 0.41 0.29 0.25 342.31 0.38 0.6
Hex C0 72 89 0 29 1D 19 156 26 3C
Octal 300 162 211 0 51 35 31 526 46 74
Binary 11000000 1110010 10001001 0 101001 11101 11001 101010110 100110 111100

Color Harmonies of #C07289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07289

Black with #C07289

Text Example


Text Example

White with #C07289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07289; }

 p { color: rgb(192,114,137); }

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

background-color css

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

 a { background-color: rgb(192,114,137); }

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

border-color css

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

 span { border-color: rgb(192,114,137); }

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