Html Css Color HEX #C06487 Tapestry

📋 copy color: '#C06487'

red 192 ◦ green 100 ◦ blue 135

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

Shades of Tapestry #C06487

Tints of Tapestry #C06487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.62%

R = 44.96%
G = 23.42%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C06487 (or 0xC06487) is known color: Tapestry. HEX triplet: C0, 64 and 87. RGB value is (192,100,135). Sum of RGB (Red+Green+Blue) = 192+100+135=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06487 is #3F9B78. Grayscale: #838383. Windows color (decimal): -4168569 or 8873152. OLE color: 8873152.

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

Color convert

RGB 192 100 135 -
CMYK 0 0.48 0.30 0.25
HSL 337.17º 0.42% 0.57% -
HSV(B) 337.17º 0.48% 0.75% -
XYZ 30.67 22.07 25.57 -
YUV 131.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 192 100 135 0 0.48 0.30 0.25 337.17 0.42 0.57
Hex C0 64 87 0 30 1E 19 151 2A 39
Octal 300 144 207 0 60 36 31 521 52 71
Binary 11000000 1100100 10000111 0 110000 11110 11001 101010001 101010 111001

Color Harmonies of #C06487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06487

Black with #C06487

Text Example


Text Example

White with #C06487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06487; }

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

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

background-color css

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

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

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

border-color css

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

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

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