Html Css Color HEX #C06083 Tapestry

📋 copy color: '#C06083'

red 192 ◦ green 96 ◦ blue 131

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

Shades of Tapestry #C06083

Tints of Tapestry #C06083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 45.82%
G = 22.91%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06083 (or 0xC06083) is known color: Tapestry. HEX triplet: C0, 60 and 83. RGB value is (192,96,131). Sum of RGB (Red+Green+Blue) = 192+96+131=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C06083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06083 is #3F9F7C. Grayscale: #808080. Windows color (decimal): -4169597 or 8609984. OLE color: 8609984.

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

Color convert

RGB 192 96 131 -
CMYK 0 0.50 0.32 0.25
HSL 338.13º 0.43% 0.56% -
HSV(B) 338.13º 0.5% 0.75% -
XYZ 30.02 21.21 23.98 -
YUV 128.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 192 96 131 0 0.50 0.32 0.25 338.13 0.43 0.56
Hex C0 60 83 0 32 20 19 152 2B 38
Octal 300 140 203 0 62 40 31 522 53 70
Binary 11000000 1100000 10000011 0 110010 100000 11001 101010010 101011 111000

Color Harmonies of #C06083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06083

Black with #C06083

Text Example


Text Example

White with #C06083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06083; }

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

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

background-color css

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

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

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

border-color css

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

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

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