Html Css Color HEX #C06085 Tapestry

📋 copy color: '#C06085'

red 192 ◦ green 96 ◦ blue 133

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

Shades of Tapestry #C06085

Tints of Tapestry #C06085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 45.61%
G = 22.8%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06085 (or 0xC06085) is known color: Tapestry. HEX triplet: C0, 60 and 85. RGB value is (192,96,133). Sum of RGB (Red+Green+Blue) = 192+96+133=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C06085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06085 is #3F9F7A. Grayscale: #808080. Windows color (decimal): -4169595 or 8741056. OLE color: 8741056.

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

Color convert

RGB 192 96 133 -
CMYK 0 0.50 0.31 0.25
HSL 336.88º 0.43% 0.56% -
HSV(B) 336.88º 0.5% 0.75% -
XYZ 30.15 21.27 24.71 -
YUV 128.92 130.3 172.99 -
System Red Green Blue C M Y K H S L
Decimal 192 96 133 0 0.50 0.31 0.25 336.88 0.43 0.56
Hex C0 60 85 0 32 1F 19 151 2B 38
Octal 300 140 205 0 62 37 31 521 53 70
Binary 11000000 1100000 10000101 0 110010 11111 11001 101010001 101011 111000

Color Harmonies of #C06085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06085

Black with #C06085

Text Example


Text Example

White with #C06085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06085; }

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

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

background-color css

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

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

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

border-color css

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

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

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