Html Css Color HEX #C06485 Tapestry

📋 copy color: '#C06485'

red 192 ◦ green 100 ◦ blue 133

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

Shades of Tapestry #C06485

Tints of Tapestry #C06485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.53%

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

R = 45.18%
G = 23.53%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06485 (or 0xC06485) is known color: Tapestry. HEX triplet: C0, 64 and 85. RGB value is (192,100,133). Sum of RGB (Red+Green+Blue) = 192+100+133=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06485 is #3F9B7A. Grayscale: #838383. Windows color (decimal): -4168571 or 8742080. OLE color: 8742080.

HSL color Cylindrical-coordinate representation of color #C06485: hue angle of 338.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06485 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 133 -
CMYK 0 0.48 0.31 0.25
HSL 338.48º 0.42% 0.57% -
HSV(B) 338.48º 0.48% 0.75% -
XYZ 30.53 22.01 24.83 -
YUV 131.27 128.98 171.32 -
System Red Green Blue C M Y K H S L
Decimal 192 100 133 0 0.48 0.31 0.25 338.48 0.42 0.57
Hex C0 64 85 0 30 1F 19 152 2A 39
Octal 300 144 205 0 60 37 31 522 52 71
Binary 11000000 1100100 10000101 0 110000 11111 11001 101010010 101010 111001

Color Harmonies of #C06485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06485

Black with #C06485

Text Example


Text Example

White with #C06485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06485; }

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

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

background-color css

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

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

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

border-color css

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

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

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