Html Css Color HEX #C06285 Tapestry

📋 copy color: '#C06285'

red 192 ◦ green 98 ◦ blue 133

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

Shades of Tapestry #C06285

Tints of Tapestry #C06285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

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

R = 45.39%
G = 23.17%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06285 (or 0xC06285) is known color: Tapestry. HEX triplet: C0, 62 and 85. RGB value is (192,98,133). Sum of RGB (Red+Green+Blue) = 192+98+133=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06285 is #3F9D7A. Grayscale: #828282. Windows color (decimal): -4169083 or 8741568. OLE color: 8741568.

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

Color convert

RGB 192 98 133 -
CMYK 0 0.49 0.31 0.25
HSL 337.66º 0.43% 0.57% -
HSV(B) 337.66º 0.49% 0.75% -
XYZ 30.34 21.64 24.77 -
YUV 130.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 192 98 133 0 0.49 0.31 0.25 337.66 0.43 0.57
Hex C0 62 85 0 31 1F 19 152 2B 39
Octal 300 142 205 0 61 37 31 522 53 71
Binary 11000000 1100010 10000101 0 110001 11111 11001 101010010 101011 111001

Color Harmonies of #C06285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06285

Black with #C06285

Text Example


Text Example

White with #C06285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06285; }

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

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

background-color css

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

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

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

border-color css

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

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

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