Html Css Color HEX #C07381 Tapestry

📋 copy color: '#C07381'

red 192 ◦ green 115 ◦ blue 129

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

Shades of Tapestry #C07381

Tints of Tapestry #C07381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 44.04%
G = 26.38%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07381 (or 0xC07381) is known color: Tapestry. HEX triplet: C0, 73 and 81. RGB value is (192,115,129). Sum of RGB (Red+Green+Blue) = 192+115+129=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C07381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07381 is #3F8C7E. Grayscale: #8B8B8B. Windows color (decimal): -4164735 or 8483776. OLE color: 8483776.

HSL color Cylindrical-coordinate representation of color #C07381: hue angle of 349.09º 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 #C07381 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 129 -
CMYK 0 0.40 0.33 0.25
HSL 349.09º 0.38% 0.6% -
HSV(B) 349.09º 0.4% 0.75% -
XYZ 31.83 25.05 23.93 -
YUV 139.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 192 115 129 0 0.40 0.33 0.25 349.09 0.38 0.6
Hex C0 73 81 0 28 21 19 15D 26 3C
Octal 300 163 201 0 50 41 31 535 46 74
Binary 11000000 1110011 10000001 0 101000 100001 11001 101011101 100110 111100

Color Harmonies of #C07381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07381

Black with #C07381

Text Example


Text Example

White with #C07381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07381; }

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

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

background-color css

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

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

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

border-color css

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

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

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