Html Css Color HEX #C07581 Tapestry

📋 copy color: '#C07581'

red 192 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #C07581

Tints of Tapestry #C07581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 43.84%
G = 26.71%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07581 (or 0xC07581) is known color: Tapestry. HEX triplet: C0, 75 and 81. RGB value is (192,117,129). Sum of RGB (Red+Green+Blue) = 192+117+129=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C07581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07581 is #3F8A7E. Grayscale: #8C8C8C. Windows color (decimal): -4164223 or 8484288. OLE color: 8484288.

HSL color Cylindrical-coordinate representation of color #C07581: hue angle of 350.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07581 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 129 -
CMYK 0 0.39 0.33 0.25
HSL 350.4º 0.37% 0.61% -
HSV(B) 350.4º 0.39% 0.75% -
XYZ 32.06 25.51 24 -
YUV 140.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 192 117 129 0 0.39 0.33 0.25 350.4 0.37 0.61
Hex C0 75 81 0 27 21 19 15E 25 3D
Octal 300 165 201 0 47 41 31 536 45 75
Binary 11000000 1110101 10000001 0 100111 100001 11001 101011110 100101 111101

Color Harmonies of #C07581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07581

Black with #C07581

Text Example


Text Example

White with #C07581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07581; }

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

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

background-color css

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

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

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

border-color css

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

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

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