Html Css Color HEX #C07481 Tapestry

📋 copy color: '#C07481'

red 192 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #C07481

Tints of Tapestry #C07481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.54%

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

R = 43.94%
G = 26.54%
B = 29.52%

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

#C07481 (or 0xC07481) is known color: Tapestry. HEX triplet: C0, 74 and 81. RGB value is (192,116,129). Sum of RGB (Red+Green+Blue) = 192+116+129=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07481 is #3F8B7E. Grayscale: #8C8C8C. Windows color (decimal): -4164479 or 8484032. OLE color: 8484032.

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

Color convert

RGB 192 116 129 -
CMYK 0 0.40 0.33 0.25
HSL 349.74º 0.38% 0.6% -
HSV(B) 349.74º 0.4% 0.75% -
XYZ 31.95 25.28 23.97 -
YUV 140.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 192 116 129 0 0.40 0.33 0.25 349.74 0.38 0.6
Hex C0 74 81 0 28 21 19 15E 26 3C
Octal 300 164 201 0 50 41 31 536 46 74
Binary 11000000 1110100 10000001 0 101000 100001 11001 101011110 100110 111100

Color Harmonies of #C07481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07481

Black with #C07481

Text Example


Text Example

White with #C07481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07481; }

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

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

background-color css

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

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

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

border-color css

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

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

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