Html Css Color HEX #C05D83 Tapestry

📋 copy color: '#C05D83'

red 192 ◦ green 93 ◦ blue 131

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

Shades of Tapestry #C05D83

Tints of Tapestry #C05D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.36%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 46.15%
G = 22.36%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05D83 (or 0xC05D83) is known color: Tapestry. HEX triplet: C0, 5D and 83. RGB value is (192,93,131). Sum of RGB (Red+Green+Blue) = 192+93+131=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D83 is #3FA27C. Grayscale: #7E7E7E. Windows color (decimal): -4170365 or 8609216. OLE color: 8609216.

HSL color Cylindrical-coordinate representation of color #C05D83: hue angle of 336.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D83 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 93 131 -
CMYK 0 0.52 0.32 0.25
HSL 336.97º 0.44% 0.56% -
HSV(B) 336.97º 0.52% 0.75% -
XYZ 29.75 20.67 23.9 -
YUV 126.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 192 93 131 0 0.52 0.32 0.25 336.97 0.44 0.56
Hex C0 5D 83 0 34 20 19 151 2C 38
Octal 300 135 203 0 64 40 31 521 54 70
Binary 11000000 1011101 10000011 0 110100 100000 11001 101010001 101100 111000

Color Harmonies of #C05D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D83

Black with #C05D83

Text Example


Text Example

White with #C05D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D83; }

 p { color: rgb(192,93,131); }

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

background-color css

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

 a { background-color: rgb(192,93,131); }

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

border-color css

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

 span { border-color: rgb(192,93,131); }

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